/usr/share/doc/lua-socket
NameSizeModeActions
CHANGELOG.md41890644editdlrm
dns.html47520644editdlrm
ftp.html95990644editdlrm
http.html118650644editdlrm
index.html44310644editdlrm
installation.html38810644editdlrm
introduction.html124330644editdlrm
ltn12.html114830644editdlrm
luasocket.png117320644editdlrm
mime.html142460644editdlrm
README.md9390644editdlrm
reference.css9750644editdlrm
reference.html79280644editdlrm
smtp.html146210644editdlrm
socket.html147040644editdlrm
tcp.html240220644editdlrm
udp.html187270644editdlrm
url.html84300644editdlrm
Edit: /usr/share/doc/lua-socket/README.md (939B)
# LuaSocket [![Build](https://img.shields.io/github/workflow/status/lunarmodules/luasocket/Build?label=Build=Lua)](https://github.com/lunarmodules/luasocket/actions?workflow=Build) [![Luacheck](https://img.shields.io/github/workflow/status/lunarmodules/luasocket/Luacheck?label=Luacheck&logo=Lua)](https://github.com/lunarmodules/luasocket/actions?workflow=Luacheck) [![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/lunarmodules/luasocket?label=Tag&logo=GitHub)](https://github.com/lunarmodules/luasocket/releases) [![Luarocks](https://img.shields.io/luarocks/v/lunarmodules/luasocket?label=Luarocks&logo=Lua)](https://luarocks.org/modules/lunarmodules/luasocket) LuaSocket is a Lua extension library composed of two parts: 1. a set of C modules that provide support for the TCP and UDP transport layers, and 2. a set of Lua modules that provide functions commonly needed by applications that deal with the Internet.