malloc.h -> stdlib.h (thanks nulani)
[luaevent.git] / README
blob1e00aec3a4ea5e81a5799da9ced9be1b9a680fc8
1 luaevent-prosody is a (hopefully temporary) fork of the luaevent library. This fork is
2 maintained by Matthew Wild <mwild1@gmail.com>.
4 Source repository: http://code.matthewwild.co.uk/luaevent-prosody
6 This luaevent-prosody 0.1.1 release is based on luaevent 0.2.0. See CHANGELOG for more 
7 information about the changes.
9 NOTE: This version of luaevent-prosody depends on the *1.4* branch of libevent - 1.3 can
10       link but will produce erratic behaviour at runtime. I intend to look into this,
11       but don't have time right now - patches welcome.
13 === Original README from luaevent 0.2.0 ===
15 Description: This is a binding of libevent to Lua. It will serve as a drop-in replacement 
16 for copas, and eventually support more features (async DNS, HTTP, RPC...).
18 Contact information:
19 Lead:   Thomas Harning <harningt@gmail.com>
21 Project page: http://luaforge.net/projects/luaevent/
22 GIT Repositories:
23         git://repo.or.cz/luaevent.git
24         http://repo.or.cz/r/luaevent.git
25 Try checking it out and working on it, the 'mob' feature is enabled so you can commit w/:
26 git push git+ssh://mob@repo.or.cz/srv/git/luaevent.git master:mob
28 Build Requirements:
29         premake (>= 3.3 < 4)
30         libevent (recommend >= 1.3b)
31 Usage Requirements:
32         libevent (recommend >= 1.3b)
33         LuaSocket
35 See test/ directory for examples of usage.
38 Dependencies:
39         premake - http://premake.sourceforge.net/download
40         libevent - http://monkey.org/~provos/libevent/
41         LuaSocket - http://www.cs.princeton.edu/~diego/professional/luasocket/