package luv

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

Install

Dune Dependency

Authors

Maintainers

Sources

luv-0.5.0.tar.gz
md5=2b7caeeb0227e8854fd7cc1c0f22c9a4

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 2020

Dependencies (6)

  1. result
  2. ocaml >= "4.02.0"
  3. dune >= "2.0.0"
  4. ctypes >= "0.13.0"
  5. conf-python-3 build
  6. base-unix build

Dev Dependencies (1)

  1. alcotest dev & >= "0.8.1"

Used by (1)

  1. dream-serve

Conflicts

None