beb1c1fe19
Ports using USES=lua:module or lua:flavors will be flavored. A range of supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ) for ports not supporting all lua versions. USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of flavored lua ports, in a similar way as PHP or Python flavors. PR: 245038 Submitted by: andrew tao11 riddles org uk Reviewed by: mat, kevans, russ haley gmail com Approved by: mat (portmgr) Differential Revision: https://reviews.freebsd.org/D16494
5 lines
195 B
Text
5 lines
195 B
Text
This is a binding of libevent to Lua. It will serve as a drop-in
|
|
replacement for copas, and eventually support more features (async DNS,
|
|
HTTP, RPC...).
|
|
|
|
WWW: https://github.com/harningt/luaevent
|