Scroll to navigation

luarocks(1) luarocks(1)

NAME

luarocks - module deployment system for Lua

SYNOPSIS


luarocks [options] command

DESCRIPTION

LuaRocks is a module deployment system for Lua

Variables from the "variables" table of the configuration file can be overriden with VAR=VALUE assignments.

Options:

Fetch rocks/rockspecs from this server (takes priority over config file)
Fetch rocks/rockspecs from this server only (overrides any entries in the config file)
Which tree to operate on.

Commands:

Build/compile a rock.
Download a specific rock file from a rocks server.
Help on commands.
Install a rock.
Lists currently installed rocks.
Compile package in current directory using a rockspec.
Create a rock, packing sources or binaries.
Uninstall a rock.
Query the LuaRocks servers.
Unpack the contents of a rock.
Query configuration

SEE ALSO

luarocks-admin(1)

FILES

/etc/luarocks/config.lua

AUTHOR

Enrico Tassi <gareuselesinge@debian.org>

01 January 2021 LuaRocks