README

Sat, 15 Jan 2011 20:21:54 -0500

author
Thomas Harning Jr <harningt@gmail.com>
date
Sat, 15 Jan 2011 20:21:54 -0500
changeset 100
41a6f9a64b9e
parent 94
59d924f63c4a
child 102
dc3809bf780a
permissions
-rw-r--r--

base: noted in CHANGELOG pending 0.3.0 release

14
2bc0eb496976 Update README w/ more project details.
Thomas Harning Jr <harningt@gmail.com>
parents: 13
diff changeset
1 Description: This is a binding of libevent to Lua. It will serve as a drop-in replacement
2bc0eb496976 Update README w/ more project details.
Thomas Harning Jr <harningt@gmail.com>
parents: 13
diff changeset
2 for copas, and eventually support more features (async DNS, HTTP, RPC...).
2bc0eb496976 Update README w/ more project details.
Thomas Harning Jr <harningt@gmail.com>
parents: 13
diff changeset
3
2bc0eb496976 Update README w/ more project details.
Thomas Harning Jr <harningt@gmail.com>
parents: 13
diff changeset
4 Contact information:
2bc0eb496976 Update README w/ more project details.
Thomas Harning Jr <harningt@gmail.com>
parents: 13
diff changeset
5 Lead: Thomas Harning <harningt@gmail.com>
2bc0eb496976 Update README w/ more project details.
Thomas Harning Jr <harningt@gmail.com>
parents: 13
diff changeset
6
94
59d924f63c4a docs: adjusted to note that luaevent-prosody was merged into this WIP
Thomas Harning Jr <harningt@gmail.com>
parents: 84
diff changeset
7 Major contributions from prosody project:
59d924f63c4a docs: adjusted to note that luaevent-prosody was merged into this WIP
Thomas Harning Jr <harningt@gmail.com>
parents: 84
diff changeset
8 Matthew Wild: mwild1@gmail.com
59d924f63c4a docs: adjusted to note that luaevent-prosody was merged into this WIP
Thomas Harning Jr <harningt@gmail.com>
parents: 84
diff changeset
9
59d924f63c4a docs: adjusted to note that luaevent-prosody was merged into this WIP
Thomas Harning Jr <harningt@gmail.com>
parents: 84
diff changeset
10
14
2bc0eb496976 Update README w/ more project details.
Thomas Harning Jr <harningt@gmail.com>
parents: 13
diff changeset
11 Project page: http://luaforge.net/projects/luaevent/
2bc0eb496976 Update README w/ more project details.
Thomas Harning Jr <harningt@gmail.com>
parents: 13
diff changeset
12 GIT Repositories:
94
59d924f63c4a docs: adjusted to note that luaevent-prosody was merged into this WIP
Thomas Harning Jr <harningt@gmail.com>
parents: 84
diff changeset
13 See: https://github.com/harningt/luaevent
14
2bc0eb496976 Update README w/ more project details.
Thomas Harning Jr <harningt@gmail.com>
parents: 13
diff changeset
14
13
3e2ea1e7b2e8 Reformed project layout from 'luaevent/*' -> '*'
Thomas Harning Jr <harningt@gmail.com>
parents:
diff changeset
15 Build Requirements:
3e2ea1e7b2e8 Reformed project layout from 'luaevent/*' -> '*'
Thomas Harning Jr <harningt@gmail.com>
parents:
diff changeset
16 libevent (recommend >= 1.3b)
3e2ea1e7b2e8 Reformed project layout from 'luaevent/*' -> '*'
Thomas Harning Jr <harningt@gmail.com>
parents:
diff changeset
17 Usage Requirements:
3e2ea1e7b2e8 Reformed project layout from 'luaevent/*' -> '*'
Thomas Harning Jr <harningt@gmail.com>
parents:
diff changeset
18 libevent (recommend >= 1.3b)
3e2ea1e7b2e8 Reformed project layout from 'luaevent/*' -> '*'
Thomas Harning Jr <harningt@gmail.com>
parents:
diff changeset
19 LuaSocket
3e2ea1e7b2e8 Reformed project layout from 'luaevent/*' -> '*'
Thomas Harning Jr <harningt@gmail.com>
parents:
diff changeset
20
3e2ea1e7b2e8 Reformed project layout from 'luaevent/*' -> '*'
Thomas Harning Jr <harningt@gmail.com>
parents:
diff changeset
21 See test/ directory for examples of usage.
3e2ea1e7b2e8 Reformed project layout from 'luaevent/*' -> '*'
Thomas Harning Jr <harningt@gmail.com>
parents:
diff changeset
22
14
2bc0eb496976 Update README w/ more project details.
Thomas Harning Jr <harningt@gmail.com>
parents: 13
diff changeset
23
2bc0eb496976 Update README w/ more project details.
Thomas Harning Jr <harningt@gmail.com>
parents: 13
diff changeset
24 Dependencies:
2bc0eb496976 Update README w/ more project details.
Thomas Harning Jr <harningt@gmail.com>
parents: 13
diff changeset
25 libevent - http://monkey.org/~provos/libevent/
2bc0eb496976 Update README w/ more project details.
Thomas Harning Jr <harningt@gmail.com>
parents: 13
diff changeset
26 LuaSocket - http://www.cs.princeton.edu/~diego/professional/luasocket/

mercurial