README

changeset 14
2bc0eb496976
parent 13
3e2ea1e7b2e8
child 84
af4b0b367116
equal deleted inserted replaced
13:3e2ea1e7b2e8 14:2bc0eb496976
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...).
3
4 Contact information:
5 Lead: Thomas Harning <harningt@gmail.com>
6
7 Project page: http://luaforge.net/projects/luaevent/
8 GIT Repositories:
9 git://repo.or.cz/luaevent.git
10 http://repo.or.cz/r/luaevent.git
11 Try checking it out and working on it, the 'mob' feature is enabled so you can commit w/:
12 git push git+ssh://mob@repo.or.cz/srv/git/luaevent.git master:mob
13
1 Build Requirements: 14 Build Requirements:
2 premake (>= 3.3) 15 premake (>= 3.3 < 4)
3 libevent (recommend >= 1.3b) 16 libevent (recommend >= 1.3b)
4 Usage Requirements: 17 Usage Requirements:
5 libevent (recommend >= 1.3b) 18 libevent (recommend >= 1.3b)
6 LuaSocket 19 LuaSocket
7 20
8 See test/ directory for examples of usage. 21 See test/ directory for examples of usage.
9 22
10 Project page: http://luaforge.net/projects/luaevent/ 23
11 GIT Repos: 24 Dependencies:
12 git://repo.or.cz/luaevent.git 25 premake - http://premake.sourceforge.net/download
13 http://repo.or.cz/r/luaevent.git 26 libevent - http://monkey.org/~provos/libevent/
27 LuaSocket - http://www.cs.princeton.edu/~diego/professional/luasocket/

mercurial