An open API service indexing awesome lists of open source software.

https://github.com/luarocks/luarocks

LuaRocks is the package manager for the Lua programming language.
https://github.com/luarocks/luarocks

lua lua-modules luajit luarocks package-management package-manager

Last synced: about 4 hours ago
JSON representation

LuaRocks is the package manager for the Lua programming language.

Awesome Lists containing this project

README

        

LuaRocks

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.