package unix-unistd

  1. Overview
  2. Docs
Host-independent unistd.h bindings

Install

Dune Dependency

Authors

Maintainers

Sources

0.4.0.tar.gz
md5=9791a4a23c7e8f9fc6f3a3d85e3f1473

Description

ocaml-unix-unistd provides access to the features exposed in unistd.h in a way that is not tied to the implementation on the host system.

The Unistd module provides functions for translating between the constants accessible through unistd.h and their values on particular systems.

The Unistd_unix module provides bindings to functions that use the constants and types in Unistd along with a representation of the host system. The bindings support a more comprehensive range of seek commands than the corresponding functions in the standard OCaml Unix module. The Unistd_unix_lwt module exports non-blocking versions of the functions in Unistd_unix based on the Lwt cooperative threading library.

Published: 18 May 2017

Dependencies (4)

  1. ctypes-build build
  2. ocamlbuild build
  3. ocamlfind build
  4. ocaml

Dev Dependencies

None

Used by

None

Conflicts (3)

  1. unix-errno < "0.4.0"
  2. ctypes < "0.9.0"
  3. lwt < "2.5.0"