package luv

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

Install

Authors

Maintainers

Sources

luv-0.5.11.tar.gz
md5=efe61a4b4725d59901984022c02ef698

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: 02 Feb 2022

Dependencies (5)

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

Dev Dependencies (3)

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

Conflicts

None