summaryrefslogtreecommitdiffstats
path: root/libraries/luasocket/README
diff options
context:
space:
mode:
author Andrew Tkalia2013-04-28 15:45:59 +0200
committer Niels Horn2013-04-28 15:45:59 +0200
commitcd5a28a122e4d2e8d62460ed5fd8a07579d5d685 (patch)
tree62d1acb254aa6b2a50ffcfe5daac17ece4f24c4b /libraries/luasocket/README
parent66a5a41e1bffb1d254caed47d1c37f8ee848e94f (diff)
downloadslackbuilds-cd5a28a122e4d2e8d62460ed5fd8a07579d5d685.tar.gz
libraries/luasocket: Added (Network support for the Lua language)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/luasocket/README')
-rw-r--r--libraries/luasocket/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/luasocket/README b/libraries/luasocket/README
new file mode 100644
index 0000000000..4d0cabff7c
--- /dev/null
+++ b/libraries/luasocket/README
@@ -0,0 +1,8 @@
+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.