Skip to content

Instantly share code, notes, and snippets.

@stevedonovan
Created May 8, 2012 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevedonovan/2634438 to your computer and use it in GitHub Desktop.
Save stevedonovan/2634438 to your computer and use it in GitHub Desktop.
Correspondance between Lua modules and Debian packages (from ldeb)
local packages = {
bit="liblua5.1-bitop0", -- -- fast bit manipulation library for the Lua language v
cgilua="liblua5.1-cgi0", -- -- CGI library for the Lua language version 5.1
sapi="liblua5.1-cgi0", -- -- CGI library for the Lua language version 5.1
copas="liblua5.1-copas0", -- -- Copas is a dispatcher of concurrent TCP/IP requests
cosmo="liblua5.1-cosmo0", -- -- A template library for the Lua langua version 5.1
coxpcall="liblua5.1-coxpcall0", -- -- Protected function calls across coroutines for Lua 5
curl="liblua5.1-curl0", -- -- libcURL bindings for the Lua language version 5.1
luaevent="liblua5.1-event0", -- -- asynchronous event notification library for Lua vers
lxp="liblua5.1-expat0", -- -- libexpat bindings for the Lua language version 5.1
["lxp.lom"]="liblua5.1-expat0", -- -- libexpat bindings for the Lua language version 5.1
lfs="liblua5.1-filesystem0", -- -- luafilesystem library for the Lua language version 5
gnome="liblua5.1-gnome-0", -- -- GNOME bindings for the Lua language version 5.1
iconv="liblua5.1-iconv0", -- -- iconv bindings for the Lua programming language
json="liblua5.1-json", -- -- JSON decoder/encoder for Lua
leg="liblua5.1-leg0", -- -- Lua 5.1 grammar, with parsing and manipulation facil
p="liblua5.1-logging", -- -- lualogging library for the Lua language version 5.1
lpeg="liblua5.1-lpeg2", -- -- LPeg library for the Lua language version 5.1
markdown="liblua5.1-markdown0", -- -- A pure lua5.1 implementation of the Markdown text-to
md5="liblua5.1-md5-0", -- -- MD5 library for the Lua language version 5.1
orbit="liblua5.1-orbit1", -- -- MVC web framework for Lua
posix="liblua5.1-posix1", -- -- posix library for the Lua language version 5.1
re="liblua5.1-rex-pcre0", -- -- Perl regular expressions library for the Lua languag
rings="liblua5.1-rings0", -- -- Lua state creation and control library for the Lua l
ssl="liblua5.1-sec1", -- -- SSL socket library for the Lua language version 5.1
soap="liblua5.1-soap0", -- -- SOAP library for the Lua language version 5.1
socket="liblua5.1-socket2", -- -- TCP/UDP socket library for Lua 5.1
ltn12="liblua5.1-socket2", -- -- TCP/UDP socket library for Lua 5.1
mime.core="liblua5.1-socket2", -- -- TCP/UDP socket library for Lua 5.1
zip="liblua5.1-zip0", -- -- zip library for the Lua language version 5.1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment