Port variant | lua54 |
Summary | Comprehensive networking module for Lua 5.4 |
BROKEN | |
Package version | 3.1.0 |
Homepage | https://github.com/diegonehab/luasocket |
Keywords | net |
Maintainer | Michael Reim |
License | MIT |
Other variants | lua52 | lua53 |
Ravenports | Buildsheet | History |
Ravensource | Port Directory | History |
Last modified | 17 SEP 2022, 15:25:36 UTC |
Port created | 01 APR 2020, 15:24:01 UTC |
single | LuaSocket is a Lua extension library that is composed of 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 core support has been implemented so that it is both efficient and simple to use. Among the support modules, the most commonly used implement the SMTP, HTTP and FTP client protocols. These provide a very natural and generic interface to the functionality defined by each protocol. In addition, you will find that the MIME, URL and LTN12 modules can be very handy. |
Build (only) |
gmake:primary:std pkgconf:primary:std |
Build and Runtime |
lua54:dev:std lua54:primary:std |
main | mirror://GITHUB/diegonehab:luasocket:v3.1.0 |
lua-sec:lua54 | SSL/TLS support module for Lua 5.4 |