README

changeset 107
f937d449075d
parent 103
78087206bef7
equal deleted inserted replaced
91:93793a867c18 107:f937d449075d
1 luaevent-prosody is a (hopefully temporary) fork of the luaevent library. This fork is
2 maintained by Matthew Wild <mwild1@gmail.com>.
3
4 Source repository: http://code.matthewwild.co.uk/luaevent-prosody
5
6 This luaevent-prosody 0.1.1 release is based on luaevent 0.2.0. See CHANGELOG for more
7 information about the changes.
8
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.
12
13 === Original README from luaevent 0.2.0 ===
14
15 Description: This is a binding of libevent to Lua. It will serve as a drop-in replacement 1 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...). 2 for copas, and eventually support more features (async DNS, HTTP, RPC...).
17 3
18 Contact information: 4 Contact information:
19 Lead: Thomas Harning <harningt@gmail.com> 5 Lead: Thomas Harning <harningt@gmail.com>
20 6
7 Major contributions from prosody project:
8 Matthew Wild: mwild1@gmail.com
9
10
21 Project page: http://luaforge.net/projects/luaevent/ 11 Project page: http://luaforge.net/projects/luaevent/
22 GIT Repositories: 12 GIT Repositories:
23 git://repo.or.cz/luaevent.git 13 See: https://github.com/harningt/luaevent
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
27 14
28 Build Requirements: 15 Build Requirements:
29 premake (>= 3.3 < 4) 16 libevent (recommend >= 1.4)
30 libevent (recommend >= 1.3b)
31 Usage Requirements: 17 Usage Requirements:
32 libevent (recommend >= 1.3b) 18 libevent (recommend >= 1.4)
33 LuaSocket 19 LuaSocket
34 20
35 See test/ directory for examples of usage. 21 See test/ directory for examples of usage.
36 22
37 23
38 Dependencies: 24 Dependencies:
39 premake - http://premake.sourceforge.net/download
40 libevent - http://monkey.org/~provos/libevent/ 25 libevent - http://monkey.org/~provos/libevent/
41 LuaSocket - http://www.cs.princeton.edu/~diego/professional/luasocket/ 26 LuaSocket - http://www.cs.princeton.edu/~diego/professional/luasocket/

mercurial