Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mattn/mruby-uv

interface to libuv for mruby(experimental)
https://github.com/mattn/mruby-uv

Last synced: about 1 month ago
JSON representation

interface to libuv for mruby(experimental)

Awesome Lists containing this project

README

        

mruby-uv
========

[![Build Status](https://travis-ci.org/mattn/mruby-uv.svg?branch=master)](https://travis-ci.org/mattn/mruby-uv)

interface to libuv for mruby(experimental)

License
-------

MIT

libuv
-----

Current mruby-uv use [libuv-v1.0.0](http://libuv.org/dist/v1.0.0/libuv-v1.0.0.tar.gz).
In Windows mruby-uv doesn't provide libuv builder so install it before you use this.
In OS X install it with `brew install libuv --devel` to reduce build time.

Compiling libuv requires `automake` and `libtool` to be installed on the system.
You can install them on OS X with `brew install automake libtool`.