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

https://github.com/fasterthanlime/ooc-uv

ooc bindings for libuv
https://github.com/fasterthanlime/ooc-uv

Last synced: 4 months ago
JSON representation

ooc bindings for libuv

Awesome Lists containing this project

README

          

Tentative bindings for libuv.

Nothing is definitive, don't rely on it, it *will* blow up your dog.

## Getting uv

Clone somewhere, and from its directory, run:

git archive HEAD --prefix='uv/' | (cd path/to/ooc-uv ; tar xf -)

Then go in `uv/` and hit `make` so you get a nice `uv/uv.a`

That's about it!