An open API service indexing awesome lists of open source software.

https://github.com/kazupon/libuv-lua

libuv lua binding
https://github.com/kazupon/libuv-lua

Last synced: 2 months ago
JSON representation

libuv lua binding

Awesome Lists containing this project

README

          

# libuv-lua
libuv lua binding

# Requirements

- lua >= 5.1.3
- python >= 2.6

# Building

$ ./configure --shared-lua --shared-lua-includes=SHARED_LUA_INCLUDES --shared-lua-libpath=SHARED_LUA_LIBPATH --arch=ARCH
$ make -C out

## Building Options

$ ./configure --help