lua5.1-socket 3.0-rc1
Socket library for Lua
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.
Among the supported modules, the most commonly used implement the SMTP (sending e-mails), HTTP (WWW access) and FTP (uploading and downloading files) 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 (common encodings), URL (anything you could possible want to do with one) and LTN12 (filters, sinks, sources and pumps) modules can be very handy.
- Website: http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/
- Licenses: Expat
- Package source: gnu/packages/lua.scm
- Builds: See build status
- Issues: See known issues
Installation
Install lua5.1-socket 3.0-rc1
as follows:
guix install lua5.1-socket@3.0-rc1
Or install the latest version:
guix install lua5.1-socket
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.