diff options
author | Caleb Maclennan <caleb@alerque.com> | 2023-11-10 09:12:04 +0300 |
---|---|---|
committer | Caleb Maclennan <caleb@alerque.com> | 2023-11-10 09:12:04 +0300 |
commit | 5c4fc93d5f4137bf4c22ddf1a048c907a4a26727 (patch) | |
tree | a9a68e1f6a9c3bfe2b64fa1c3a4098865b7d3b5d /README | |
parent | ccef3bc4e2aa6ee5b997a80aabb58f4ff0b0e98f (diff) | |
parent | 43a97b7f0053313b43906371dbdc226271e6c8ab (diff) | |
download | luasocket-hjelmeland-patch-1.tar.gz luasocket-hjelmeland-patch-1.tar.bz2 luasocket-hjelmeland-patch-1.zip |
Merge branch 'master' into hjelmeland-patch-1hjelmeland-patch-1
Diffstat (limited to '')
-rw-r--r-- | README | 11 | ||||
-rw-r--r-- | README.md | 12 |
2 files changed, 12 insertions, 11 deletions
@@ -1,11 +0,0 @@ | |||
1 | This is the LuaSocket 3.0-rc1. It has been tested on Windows 7, Mac OS X, | ||
2 | and Linux. | ||
3 | |||
4 | Please use the project page at GitHub | ||
5 | |||
6 | https://github.com/diegonehab/luasocket | ||
7 | |||
8 | to file bug reports or propose changes. | ||
9 | |||
10 | Have fun, | ||
11 | Diego Nehab. | ||
diff --git a/README.md b/README.md new file mode 100644 index 0000000..6f5657c --- /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. | ||