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 5.1.
LuaRocks was developed for Lua 5.1 and has been tested on Linux, MacOS X and Windows.
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 as well as wget (note that wget is not shipped by default in MacOS X). For Windows, all these helper tools are available as a single download from the [UnxUtils] project.
LuaRocks can be downloaded from its LuaForge project page[1].
Rocks packages.