package luv

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

Install

Dune Dependency

Authors

Maintainers

Sources

luv-0.5.14.tar.gz
sha256=8e01b4a50c8876cdd98d8e245c0687c4dc4d883aed161ad9c5ace1fb1fdaae99

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: 06 Sep 2024

Dependencies (5)

  1. ocaml >= "4.03.0"
  2. integers >= "0.3.0"
  3. dune >= "2.7.0"
  4. ctypes >= "0.14.0"
  5. base-unix build

Dev Dependencies (3)

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

Conflicts

None

OCaml

Innovation. Community. Security.