README

changeset 94
59d924f63c4a
parent 84
af4b0b367116
child 102
dc3809bf780a
equal deleted inserted replaced
93:f0f5046ba1b0 94:59d924f63c4a
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.0 release is based on luaevent 0.2.0. See CHANGELOG for more
7 information about the changes.
8
9 === Original README from luaevent 0.2.0 ===
10
11 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
12 for copas, and eventually support more features (async DNS, HTTP, RPC...). 2 for copas, and eventually support more features (async DNS, HTTP, RPC...).
13 3
14 Contact information: 4 Contact information:
15 Lead: Thomas Harning <harningt@gmail.com> 5 Lead: Thomas Harning <harningt@gmail.com>
16 6
7 Major contributions from prosody project:
8 Matthew Wild: mwild1@gmail.com
9
10
17 Project page: http://luaforge.net/projects/luaevent/ 11 Project page: http://luaforge.net/projects/luaevent/
18 GIT Repositories: 12 GIT Repositories:
19 git://repo.or.cz/luaevent.git 13 See: https://github.com/harningt/luaevent
20 http://repo.or.cz/r/luaevent.git
21 Try checking it out and working on it, the 'mob' feature is enabled so you can commit w/:
22 git push git+ssh://mob@repo.or.cz/srv/git/luaevent.git master:mob
23 14
24 Build Requirements: 15 Build Requirements:
25 premake (>= 3.3 < 4)
26 libevent (recommend >= 1.3b) 16 libevent (recommend >= 1.3b)
27 Usage Requirements: 17 Usage Requirements:
28 libevent (recommend >= 1.3b) 18 libevent (recommend >= 1.3b)
29 LuaSocket 19 LuaSocket
30 20
31 See test/ directory for examples of usage. 21 See test/ directory for examples of usage.
32 22
33 23
34 Dependencies: 24 Dependencies:
35 premake - http://premake.sourceforge.net/download
36 libevent - http://monkey.org/~provos/libevent/ 25 libevent - http://monkey.org/~provos/libevent/
37 LuaSocket - http://www.cs.princeton.edu/~diego/professional/luasocket/ 26 LuaSocket - http://www.cs.princeton.edu/~diego/professional/luasocket/

mercurial