Skip to content
Permalink
Browse files
Make life easier for our friends who are still using VT-100 terminals.
I wonder if LuaRocks runs on Unix System V? :)
  • Loading branch information
hishamhm committed Apr 18, 2013
1 parent 99dcdc2 commit bbda1c5
Showing 1 changed file with 8 additions and 6 deletions.
@@ -2,12 +2,14 @@ This is LuaRocks, a deployment and management system for Lua modules.

Main website: [luarocks.org](http://www.luarocks.org)

LuaRocks 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 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.

0 comments on commit bbda1c5

Please sign in to comment.