slackbuilds/libraries/luasocket
Andrew Tkalia 00d4925cb9 libraries/luasocket: Updated for version 20130909_6d5e40c.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-05-18 20:39:01 +07:00
..
README
luasocket.SlackBuild libraries/luasocket: Updated for version 20130909_6d5e40c. 2014-05-18 20:39:01 +07:00
luasocket.info libraries/luasocket: Updated for version 20130909_6d5e40c. 2014-05-18 20:39:01 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

LuaSocket is a Lua extension library that is composed by two parts: a
C core that provides support for the TCP and UDP transport layers,
and a set of Lua modules that add support for functionality commonly
needed by applications that deal with the Internet. 

The library is available under the same terms and conditions as the
Lua language, the MIT license. The idea is that if you can use Lua in
a project, you should also be able to use LuaSocket.