luarocks alternative for lua 5.2
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
luarocks (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
luarocks is build against lua-5.1, if I am using lua5.2 packages installed via luarocks won't be found for 5.2.
> apt-cache show luarocks
Package: luarocks
Version: 2.0.9-1
Installed-Size: 666
Maintainer: Ubuntu Developers <email address hidden>
Original-
Architecture: all
Depends: lua5.1, liblua5.1-dev, wget, zip
Description: deployment and management system for Lua modules
This package contains LuaRocks, a tool for managing rocks. A Lua rock is a
bundle containing a module and some metadata like compilation instructions and
copyright. The command line utility luarocks can download, build, install and
remove rocks, properly handling dependencies among them and allowing multiple
versions of the same rock to coexist.
.
The tool installs system-wide rocks in /usr/local when run by the superuser,
but a regular user can easily tune it to install rocks in his home directory.
.
This package also provides the luarocks-admin tool, needed to create a rocks
repository, and the documentation for luarocks, describing the command line
tools as well as the library to manipulate rocks.
Description-md5: b888f425d832481
Homepage: http://
Filename: pool/luarocks_
Priority: optional
SHA256: 5461ba674101495
Section: interpreters
Size: 109114
Some modules work if I export LUA_PATH= "/usr/local/ share/lua/ 5.1/?.lua" as a workaround.