doc/index.mdwn

Wed, 03 Mar 2010 18:19:20 -0600

author
James Snyder <jbsnyder@fanplastic.org>
date
Wed, 03 Mar 2010 18:19:20 -0600
changeset 101
f5369fe8f107
parent 43
f58b30ad545e
permissions
-rw-r--r--

Changes to compile on OS X.

- BSD version of install doesn't have -D flag
- stdlib.h should include malloc defs (malloc.h is obsolete)

LuaEvent is a Lua wrapper around [libevent](http://monkey.org/~provos/libevent/).
It provides an interface with which you can write applications that wait on
file-descriptor events (primarily socket-based).

[[API_Reference|api]]

----
Related links for this project:

* LuaForge @ <http://luaforge.net/projects/luaevent/>
* GitRepo @ <http://repo.or.cz/w/luaevent.git/>
* ohloh @ <http://www.ohloh.net/projects/8077/>

mercurial