package luv

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

Install

Dune Dependency

Authors

Maintainers

Sources

luv-0.5.10.tar.gz
sha256=174bf051334b5788ecb7bde0a712f59b3e90deb2748e45b4a36f9b16408ecf7f
md5=583feee83bd0ff577ca8c59c3408b413

doc/luv/Luv/Version/index.html

Module Luv.VersionSource

Version information for the vendored libuv.

See Version-checking macros and functions in libuv.

Luv currently vendors libuv 1.30.1.

val string : unit -> string

Returns the libuv version as a string. See uv_version_string.

val major : int

libuv major version number. See UV_VERSION_MAJOR.

val minor : int

libuv minor version number. See UV_VERSION_MINOR.

val patch : int

libuv patch number. See UV_VERSION_PATCH.

val is_release : bool

true if the libuv version is a release, and false if it is a development version. This will almost always be true for Luv releases. See UV_VERSION_IS_RELEASE.

Sourceval suffix : string

libuv version suffix for development releases. See UV_VERSION_SUFFIX.

val hex : int

libuv version packed into a single integer. See UV_VERSION_HEX.

val version : unit -> int
OCaml

Innovation. Community. Security.