lua: updates reported version details to reflect the mainline use
[luaevent.git] / README
blob5a48380aa80ae34daeb7c2e8cc2c165ea692d1dd
1 Description: This is a binding of libevent to Lua. It will serve as a drop-in replacement 
2 for copas, and eventually support more features (async DNS, HTTP, RPC...).
4 Contact information:
5 Lead:   Thomas Harning <harningt@gmail.com>
7 Major contributions from prosody project:
8                 Matthew Wild: mwild1@gmail.com
11 Project page: http://luaforge.net/projects/luaevent/
12 GIT Repositories:
13         See: https://github.com/harningt/luaevent
15 Build Requirements:
16         libevent (recommend >= 1.3b)
17 Usage Requirements:
18         libevent (recommend >= 1.3b)
19         LuaSocket
21 See test/ directory for examples of usage.
24 Dependencies:
25         libevent - http://monkey.org/~provos/libevent/
26         LuaSocket - http://www.cs.princeton.edu/~diego/professional/luasocket/