media/metacafe.lua: Rewrite parse function
[libquvi-scripts.git] / doc / man7 / quvi-modules-3rdparty.7.txt
blobacb2a5b670569af18c63685733ea661b42a5a143
1 quvi-modules-3rdparty(7)
2 ========================
4 NAME
5 ----
6 quvi-modules-3rdparty - Overview of the loadable 3rd party modules
8 DESCRIPTION
9 -----------
10 This is a brief list of the loadable '3rd party modules' that the the
11 linkman:libquvi-scripts[7] use. For more information about these
12 modules, refer to their corresponding reference documentation.
14 3rd PARTY MODULES
15 -----------------
17 LuaBitOp::
18   Lua BitOp is a C extension module for Lua 5.1/5.2 which adds bitwise
19   operations on numbers.
20   +
21   http://bitop.luajit.org/
23 LuaExpat::
24   LuaExpat is a SAX XML parser based on the Expat library.
25   +
26   http://matthewwild.co.uk/projects/luaexpat/
28 LuaJSON::
29   JSON parser/encoder for Lua, parses JSON using LPEG for speed and
30   flexibility.
31   +
32   http://www.eharning.us/wiki/luajson/
34 LuaSocket::
35   LuaSocket is a Lua extension library that is composed by two parts: a
36   C core that provides support for the TCP and UDP transport layers, and
37   a set of Lua modules that add support for functionality commonly
38   needed by applications that deal with the Internet.
39   +
40   http://w3.impa.br/~diego/software/luasocket/
42 SEE ALSO
43 --------
44 linkman:libquvi-scripts[7], linkman:libquvi[3], linkman:quvi-object[7],
45 linkman:quvi-modules[7]
47 include::footer.txt[]