Merge remote-tracking branch 'zash/master'
[luaevent.git] / README
blob66124083c4581edbd25d2f79a146be99734d2930
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.4)
17 Usage Requirements:
18         libevent (recommend >= 1.4)
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/