Lua Rocks |
|
Rocks provides automated building and deployment of Lua modules on multiple platforms.
Web site: http://www.luarocks.org
LuaRocks allows you to build and/or install Lua modules as self-contained packages called "rocks", which contain also version dependency information. This information is used both at install time, so that when one rock is requested all rocks it depends on are also installed, and at run time, so that when a module is required the correct version is loaded. Lua
Rocks supports both local and remote rocks repositories.
LuaRocks is free software and uses the same license as Lua.
LuaRocks works with Lua >= 5.1 on all major platforms.
LuaRocks is a pure Lua application with no library dependencies. Its current release depends on some helper tools which are shipped by default on most Linux distributions, such as a basic Unix toolchain, zip and unzip, and wget or curl. For Windows, all these helper tools are available as a single download from the [UnxUtils] project.
Rocks packages.