Skip to content

LuaRocks is the package manager for the Lua programming language.

License

Notifications You must be signed in to change notification settings

jtbx-prs/luarocks

 
 

Repository files navigation

LuaRocks

A package manager for Lua modules.

Build Status Luacheck Build Status Coverage Status Join the chat at https://gitter.im/luarocks/luarocks

Main website: luarocks.org

It allows you to install Lua modules as self-contained packages called rocks, which also contain version dependency information. This information can be used both during installation, so that when one rock is requested all rocks it depends on are installed as well, and also optionally at run time, so that when a module is required, the correct version is loaded. LuaRocks supports both local and remote repositories, and multiple local rocks trees.

Installing

License

LuaRocks is free software and uses the MIT license, the same as Lua 5.x.

About

LuaRocks is the package manager for the Lua programming language.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 90.7%
  • Batchfile 3.5%
  • C 3.5%
  • Shell 1.7%
  • Other 0.6%