blob: 9ac3ebe5a21293b2344fa80f1ff6f91bb36b4680 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<p align="center"><img src="https://luarocks.github.io/luarocks/luarocks.png" width="500px"/></p>
This is **LuaRocks**, the package manager for the Lua programming language.
LuaRocks allows you to install Lua modules as self-contained packages called
**[rocks](types_of_rocks.md)**. LuaRocks supports both local and remote
repositories, and multiple local rocks trees.
LuaRocks is free software and uses the same [license](license.md) as Lua.
## Quick start
* [Download](download.md)
* [Using LuaRocks](using_luarocks.md)
* [Creating a rock](creating_a_rock.md)
For more information, check the full [documentation index](index.md).
|