slackbuilds/libraries/luasocket
B. Watson e7bccea146
libraries/luasocket: Support for lua 5.4, lua51.
Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-11-02 19:28:40 +07:00
..
README libraries/luasocket: Support for lua 5.4, lua51. 2024-11-02 19:28:40 +07:00
luasocket.SlackBuild libraries/luasocket: Support for lua 5.4, lua51. 2024-11-02 19:28:40 +07:00
luasocket.info
slack-desc

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.

Optional dependency: lua51. If lua51 is installed at build time, this
package will contain modules for Lua 5.1.