diff options
| author | Caleb Maclennan <caleb@alerque.com> | 2022-03-24 23:32:57 +0300 |
|---|---|---|
| committer | Caleb Maclennan <caleb@alerque.com> | 2022-03-25 10:59:23 +0300 |
| commit | d3777f9d06df58732e6f87c8fb94efc984652c63 (patch) | |
| tree | 6bb58262840f1adc1a406f7b512ac9a9fa4b8399 /README.md | |
| parent | e8633157298eff538da3cb514cf2e2ad65f45d9c (diff) | |
| download | luasocket-d3777f9d06df58732e6f87c8fb94efc984652c63.tar.gz luasocket-d3777f9d06df58732e6f87c8fb94efc984652c63.tar.bz2 luasocket-d3777f9d06df58732e6f87c8fb94efc984652c63.zip | |
chore: Start a Markdown era readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..af722be --- /dev/null +++ b/README.md | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | # LuaSocket | ||
| 2 | |||
| 3 | |||
| 4 | [](https://github.com/lunarmodules/luasocket/actions?workflow=Build) | ||
| 5 | [](https://github.com/lunarmodules/luasocket/actions?workflow=Luacheck) | ||
| 6 | [](https://github.com/lunarmodules/luasocket/releases) | ||
| 7 | [](https://luarocks.org/modules/lunarmodules/luasocket) | ||
| 8 | |||
| 9 | LuaSocket is a Lua extension library composed of two parts: | ||
| 10 | |||
| 11 | 1. a set of C modules that provide support for the TCP and UDP transport layers, and | ||
| 12 | 2. a set of Lua modules that provide functions commonly needed by applications that deal with the Internet. | ||
