342f74420f
Differential Revision: https://reviews.freebsd.org/D25784 Submitted by: Russell Haley <russ.haley@gmail.com>
9 lines
485 B
Text
9 lines
485 B
Text
LuaRocks 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.
|
|
|
|
WWW: https://luarocks.org/
|