# HG changeset patch # User Thomas Harning Jr # Date 1188616869 14400 # Node ID 2bc0eb496976eeae01a89de1b7666d3d45dd05c5 # Parent 3e2ea1e7b2e8c0ef92952657a7f73bdc40f132b4 Update README w/ more project details. diff -r 3e2ea1e7b2e8 -r 2bc0eb496976 README --- a/README Fri Aug 31 09:34:09 2007 -0400 +++ b/README Fri Aug 31 23:21:09 2007 -0400 @@ -1,5 +1,18 @@ +Description: 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...). + +Contact information: +Lead: Thomas Harning + +Project page: http://luaforge.net/projects/luaevent/ +GIT Repositories: + git://repo.or.cz/luaevent.git + http://repo.or.cz/r/luaevent.git +Try checking it out and working on it, the 'mob' feature is enabled so you can commit w/: +git push git+ssh://mob@repo.or.cz/srv/git/luaevent.git master:mob + Build Requirements: - premake (>= 3.3) + premake (>= 3.3 < 4) libevent (recommend >= 1.3b) Usage Requirements: libevent (recommend >= 1.3b) @@ -7,7 +20,8 @@ See test/ directory for examples of usage. -Project page: http://luaforge.net/projects/luaevent/ -GIT Repos: -git://repo.or.cz/luaevent.git -http://repo.or.cz/r/luaevent.git + +Dependencies: + premake - http://premake.sourceforge.net/download + libevent - http://monkey.org/~provos/libevent/ + LuaSocket - http://www.cs.princeton.edu/~diego/professional/luasocket/