luarocks

Langue: en

Version: July 2008 (ubuntu - 07/07/09)

Section: 1 (Commandes utilisateur)

Sommaire

NAME

luarocks - luarocks

DESCRIPTION

LuaRocks 0.6, a module deployment system for Lua

luarocks - LuaRocks main command-line interface usage: luarocks [--from=<server> | --only-from=<server>] [--to=<tree>] [VAR=VALUE]... <command> [<argument>]

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

--from=<server> Fetch rocks/rockspecs from this server

(takes priority over config file)

--only-from=<server> Fetch rocks/rockspecs from this server only

(overrides any entries in the config file)

--to=<tree> Which tree to operate on.

Supported commands:

build Build/compile a rock. help Help on commands. install Install a rock. list Lists currently installed rocks. make Compile package in current directory using a rockspec. pack Create a rock, packing sources or binaries. remove Uninstall a rock. search Query the LuaRocks servers. unpack Unpack the contents of a rock.

LuaRocks main command-line interface