luvversion

Binding to libuv: cross-platform asynchronous I/O

Luv is a binding to libuv, the cross-platform C library that does asynchronous I/O in Node.js and runs its main loop.

Besides asynchronous I/O, libuv also supports multiprocessing and multithreading. Multiple event loops can be run in different threads. libuv also exposes a lot of other functionality, amounting to a full OS API, and an alternative to the standard module Unix.

AuthorAnton Bachin <antonbachin@yahoo.com>
LicenseMIT
Published
Homepagehttps://github.com/aantron/luv
Issue Trackerhttps://github.com/aantron/luv/issues
MaintainerAnton Bachin <antonbachin@yahoo.com>
Availablearch != "s390x"
Dependencies
Source [http] https://github.com/aantron/luv/releases/download/0.5.3/luv-0.5.3.tar.gz
sha256=2e15054fe841d9f820ba3e2c9c313a5a5e2150f3b78136ce585a3609dba758bc
md5=352dc50b19479500e3b1ba3b89ae5056
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/luv/luv.0.5.3/opam
Required by