docs: update copyright dates
[luaevent.git] / README
blob46503a7a78d0f16086ed165b68bc9bc0b6b0605d
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
20 License:
21         MIT
23 See test/ directory for examples of usage.
26 Dependencies:
27         libevent - http://monkey.org/~provos/libevent/
28         LuaSocket - http://www.cs.princeton.edu/~diego/professional/luasocket/