blob: c779c3d60ccdea4edc9b888da32e6b8c9659d9d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
LuaRocks
========
A package manager for Lua modules.
[](https://travis-ci.org/keplerproject/luarocks)
Main website: [luarocks.org](http://www.luarocks.org)
It allows you to install Lua modules as self-contained packages called
[*rocks*][1], which also contain version [dependency][2] information. This
information is used both during installation, so that when one rock is
requested all rocks it depends on are installed as well, and at run time, so
that when a module is required, the correct version is loaded. LuaRocks
supports both local and [remote][3] repositories, and multiple local rocks
trees. You can [download][4] and install LuaRocks on [Unix][5] and
[Windows][6].
LuaRocks is free software and uses the same [license][7] as Lua 5.1.
[1]: http://luarocks.org/en/Types_of_rocks
[2]: http://luarocks.org/en/Dependencies
[3]: http://luarocks.org/en/Rocks_repositories
[4]: http://luarocks.org/en/Download
[5]: http://luarocks.org/en/Installation_instructions_for_Unix
[6]: http://luarocks.org/en/Installation_instructions_for_Windows
[7]: http://luarocks.org/en/License
|