Initial import
This commit is contained in:
commit
b124d99c36
155 changed files with 49639 additions and 0 deletions
12
external/socket/README.md
vendored
Normal file
12
external/socket/README.md
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
# LuaSocket
|
||||
|
||||
|
||||
[](https://github.com/lunarmodules/luasocket/actions?workflow=Build)
|
||||
[](https://github.com/lunarmodules/luasocket/actions?workflow=Luacheck)
|
||||
[](https://github.com/lunarmodules/luasocket/releases)
|
||||
[](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.
|
Loading…
Add table
Add a link
Reference in a new issue