.\"Text automatically generated by txt2man .TH luarocks 1 "12 October 2014" "LuaRocks" "" .SH NAME \fBluarocks \fP- module deployment system for Lua \fB .SH SYNOPSIS .nf .fam C \fBluarocks\fP [\fIoptions\fP] \fIcommand\fP .fam T .fi .fam T .fi .SH DESCRIPTION LuaRocks is a module deployment system for Lua .PP Variables from the "variables" table of the configuration file can be overriden with VAR=VALUE assignments. .PP Options: .TP .B \fB--from\fP= Fetch rocks/rockspecs from this server (takes priority over config file) .TP .B \fB--only-from\fP= Fetch rocks/rockspecs from this server only (overrides any entries in the config file) .TP .B \fB--to\fP= Which tree to operate on. .PP Commands: .TP .B build Build/compile a rock. .TP .B download Download a specific rock file from a rocks server. .TP .B help Help on commands. .TP .B install Install a rock. .TP .B list Lists currently installed rocks. .TP .B make Compile package in current directory using a rockspec. .TP .B pack Create a rock, packing sources or binaries. .TP .B remove Uninstall a rock. .TP .B search Query the LuaRocks servers. .TP .B unpack Unpack the contents of a rock. .SH SEE ALSO \fBluarocks\fP-admin(1) .SH FILES /etc/\fBluarocks\fP/config.lua .SH AUTHOR Enrico Tassi