Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

luarocks(1) [debian man page]

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: --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. Commands: build Build/compile a rock. download Download a specific rock file from a rocks server. 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. SEE ALSO
luarocks-admin(1) FILES
/etc/luarocks/config.lua AUTHOR
Enrico Tassi <gareuselesinge@debian.org> LuaRocks 14 June 2012 luarocks(1)

Check Out this Related Man Page

lua-config(1)						      General Commands Manual						     lua-config(1)

NAME
lua-config - Lua configuration information SYNOPSIS
Basic usage gcc ` lua-config --include ` my_prog.c -o my_prog ` lua-config --libs ` DESCRIPTION
The lua-config script allows you to determine useful information about the chosen version of lua running on the Debian GNU/Linux system in use. More information can be found by running lua-config without any arguments. CAVEATS
This script is unique to Debian and as such you shouldn't rely on its presence on every system. Lua is an embedded language by default and different Linux distributions each take a different approach to making it possible to compile with Lua. The pkg-config system also provides a way to look for libraries and is more likely to be supported across different Linux distributions. Debian's pkg-config name for Lua 5.0 is lua50 and the libraries are in lualib50. These pkg-config files can be found in the liblua50-dev and liblualib50-dev packages. AUTHOR
lua-config was written by Daniel Silverstone <dsilvers@debian.org>. This manual page was written by Daniel Silverstone <dsilvers@debian.org>. For the Debian project. It may be used without restriction in any other system. SEE ALSO
lua(1) pkg-config(1) lua-config(1)
Man Page