README

Wed, 06 Jul 2011 23:56:20 -0400

author
Thomas Harning Jr <harningt@gmail.com>
date
Wed, 06 Jul 2011 23:56:20 -0400
changeset 106
f03fc4cde677
parent 103
78087206bef7
permissions
-rw-r--r--

base/lua: fixes incorrectly recorded version and prepares a new 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:
103
78087206bef7 docs: updates README and CHANGELOG with version notes and impending new tag
Thomas Harning Jr <harningt@gmail.com>
parents: 102
diff changeset
16 libevent (recommend >= 1.4)
13
3e2ea1e7b2e8 Reformed project layout from 'luaevent/*' -> '*'
Thomas Harning Jr <harningt@gmail.com>
parents:
diff changeset
17 Usage Requirements:
103
78087206bef7 docs: updates README and CHANGELOG with version notes and impending new tag
Thomas Harning Jr <harningt@gmail.com>
parents: 102
diff changeset
18 libevent (recommend >= 1.4)
13
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