forhappy / uv-ocaml

Ocaml binding for joyent/libuv[https://github.com/joyent/libuv]
BSD 3-Clause "New" or "Revised" License
15 stars 1 forks source link

Uv-ocaml

OCaml binding for joyent/libuv.

(WARNING: NOT USABLE RIGHT NOW, JUST WAIT FOR A WHILE.)

Uv-OCaml is a OCaml module which provides an interface to libuv. Libuv is a high performance asynchronous networking library, used as the platform layer for NodeJS. Libuv is written and maintained by Joyent Inc. and contributors. It’s built on top of epoll/kequeue/event ports/etc on Unix and IOCP on Windows systems providing a consistent API on top of them.

Uv-OCaml's features

Dependencies

Install

Run, make make install

To compile Tests,

make tests

Contributing

If you'd like to contribute, fork the project, make a patch and send a pull request. Have a look at the surrounding code and please, make yours look alike :-)