summaryrefslogtreecommitdiffstats
path: root/libraries/luaevent/README
diff options
context:
space:
mode:
author Andrew Tkalia <anddt@yandex.ru>2013-04-27 16:13:24 -0300
committer Niels Horn <niels.horn@slackbuilds.org>2013-04-27 16:13:24 -0300
commit559f7259c2a2bce6537af82760ae37ab4741c45a (patch)
treeeaa35be71757211b2ff76f8843bfd273be49181b /libraries/luaevent/README
parentfc58262ab58f6c6b1c23824295ae2bfbfff1f733 (diff)
downloadslackbuilds-559f7259c2a2bce6537af82760ae37ab4741c45a.tar.gz
slackbuilds-559f7259c2a2bce6537af82760ae37ab4741c45a.tar.xz
libraries/luaevent: Added (binding of libevent to Lua)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/luaevent/README')
-rw-r--r--libraries/luaevent/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/luaevent/README b/libraries/luaevent/README
new file mode 100644
index 0000000000..373c62d57c
--- /dev/null
+++ b/libraries/luaevent/README
@@ -0,0 +1,3 @@
+This is a binding of libevent to Lua. It will serve as a drop-in
+replacement for copas, and eventually support more features (async
+DNS, HTTP, RPC...).