aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: cebe1f321d5e6478587da6ce07c9e081959861c4 (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/coverage.svg?branch=main)](https://codecov.io/gh/luarocks/luarocks/branch/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.