ssirai / luarocks

LuaRocks is a deployment and management system for Lua modules.

Home Page:http://www.luarocks.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LuaRocks

A package manager for Lua modules.

Build Status Build status Coverage Status

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. You can download and install LuaRocks on Unix and Windows.

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

About

LuaRocks is a deployment and management system for Lua modules.

http://www.luarocks.org

License:MIT License


Languages

Language:Lua 76.9%Language:Batchfile 6.9%Language:Shell 4.6%Language:HTML 3.7%Language:C++ 3.7%Language:C 3.4%Language:Makefile 0.8%