From cd5a28a122e4d2e8d62460ed5fd8a07579d5d685 Mon Sep 17 00:00:00 2001 From: Andrew Tkalia Date: Sun, 28 Apr 2013 10:45:59 -0300 Subject: libraries/luasocket: Added (Network support for the Lua language) Signed-off-by: Niels Horn --- libraries/luasocket/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libraries/luasocket/README (limited to 'libraries/luasocket/README') diff --git a/libraries/luasocket/README b/libraries/luasocket/README new file mode 100644 index 000000000000..4d0cabff7c7e --- /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. -- cgit v1.2.3