pkgsrc/devel/lua-rocks/ALTERNATIVES
alnsn 37965f68b1 Initial import of devel/lua-rocks version 2.3.0.
LuaRocks is  a deployment and management system for Lua modules.

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.
2016-06-06 21:31:52 +00:00

2 lines
106 B
Text

bin/luarocks @PREFIX@/bin/luarocks-@LUADOTVER@
bin/luarocks-admin @PREFIX@/bin/luarocks-admin-@LUADOTVER@