qluarocks

cli tool that allows you to to install several rocks at once

$ luarocks install qluarocks

Simple cli wrapper around the original LuaRocks solves the issue of
installing several packages at once with one command.

Supports both the old luarocks version 2.x and the new 3.x one.
Works on top of the original luarocks, which does not support installing
multiple packages with one command.

Usage example:

qluarocks install lua-cjson LuaFileSystem luacheck ...whatever-you-want

When specific versions of packages are needed, they can be specified
using a comma:

qluarocks install luasocket:3.1.0-1 luasec:1.3.2-1 dkjson:2.6-1

There is also support for general options and key=value pairs per package:

qluarocks --lua-version=5.1 \
install lpeg lua-cjson luasqlite \
luasql-postgres PGSQL_INCDIR=/usr/include/postgresql \
PGSQL_LIBDIR=/usr/lib/postgresql \
http

Versions

0.3.2-1300 days ago63 downloads
0.3.1-1301 days ago4 downloads
0.3.0-1302 days ago12 downloads
0.2.0-1307 days ago11 downloads
0.1.0-1308 days ago8 downloads

Dependencies

lua >= 5.1

Labels

Manifests