diff options
-rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,8 +1,13 @@ | |||
1 | This is LuaRocks, a deployment and management system for Lua modules. | 1 | LuaRocks |
2 | ======== | ||
3 | |||
4 | A package manager for Lua modules. | ||
5 | |||
6 | [](https://travis-ci.org/keplerproject/luarocks) | ||
2 | 7 | ||
3 | Main website: [luarocks.org](http://www.luarocks.org) | 8 | Main website: [luarocks.org](http://www.luarocks.org) |
4 | 9 | ||
5 | LuaRocks allows you to install Lua modules as self-contained packages called | 10 | It allows you to install Lua modules as self-contained packages called |
6 | [*rocks*][1], which also contain version [dependency][2] information. This | 11 | [*rocks*][1], which also contain version [dependency][2] information. This |
7 | information is used both during installation, so that when one rock is | 12 | information is used both during installation, so that when one rock is |
8 | requested all rocks it depends on are installed as well, and at run time, so | 13 | requested all rocks it depends on are installed as well, and at run time, so |