package luv

  1. Overview
  2. No Docs
Binding to libuv: cross-platform asynchronous I/O

Install

Dune Dependency

Authors

Maintainers

Sources

luv-0.5.12.tar.gz
md5=57b2063e489cbbcfea3a238ced0dd297

Description

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.

Published: 13 Apr 2023

Dependencies (4)

  1. ocaml >= "4.03.0"
  2. dune >= "2.0.0"
  3. ctypes >= "0.14.0"
  4. base-unix build

Dev Dependencies (3)

  1. odoc with-doc & = "2.2.0"
  2. base-unix with-test
  3. alcotest with-test & >= "0.8.1"

Conflicts

None