diff options
author | Andrew Tkalia <anddt@yandex.ru> | 2013-04-28 10:45:59 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-04-28 10:45:59 -0300 |
commit | cd5a28a122e4d2e8d62460ed5fd8a07579d5d685 (patch) | |
tree | 62d1acb254aa6b2a50ffcfe5daac17ece4f24c4b /libraries/luasocket/slack-desc | |
parent | 66a5a41e1bffb1d254caed47d1c37f8ee848e94f (diff) |
libraries/luasocket: Added (Network support for the Lua language)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/luasocket/slack-desc')
-rw-r--r-- | libraries/luasocket/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/luasocket/slack-desc b/libraries/luasocket/slack-desc new file mode 100644 index 000000000000..db7285dc6e24 --- /dev/null +++ b/libraries/luasocket/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +luasocket: LuaSocket (Network support for the Lua language) +luasocket: +luasocket: LuaSocket is a Lua extension library that is composed by two parts: a +luasocket: C core that provides support for the TCP and UDP transport layers, +luasocket: and a set of Lua modules that add support for functionality commonly +luasocket: needed by applications that deal with the Internet. +luasocket: +luasocket: The library is available under the same terms and conditions as the +luasocket: Lua language, the MIT license. The idea is that if you can use Lua in +luasocket: a project, you should also be able to use LuaSocket. +luasocket: |