aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 49ed92627c1586e7fa4e7c1ca00c0b6bdb8fa39b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<p align="center"><a href="https://luarocks.org"><img border="0" src="https://luarocks.github.io/luarocks/luarocks.png" alt="LuaRocks" width="500px"></a></p>

A package manager for Lua modules.

[![Build Status](https://github.com/luarocks/luarocks/actions/workflows/test.yml/badge.svg)](https://github.com/luarocks/luarocks/actions)
[![Coverage Status](https://codecov.io/gh/luarocks/luarocks/branch/main/graph/badge.svg)](https://app.codecov.io/gh/luarocks/luarocks/tree/main)
[![Join the chat at https://gitter.im/luarocks/luarocks](https://badges.gitter.im/luarocks/luarocks.svg)](https://gitter.im/luarocks/luarocks)

Main website: [luarocks.org](https://luarocks.org)

It allows you to install Lua modules as self-contained packages called
*rocks*. LuaRocks supports both local and remote repositories, and
multiple local rocks trees.

## License

LuaRocks is free software and uses the [MIT license](http://luarocks.org/en/License), the same as Lua 5.x.