package unix-fcntl

  1. Overview
  2. Docs
Unix fcntl.h types, maps, and support

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.1.tar.gz
md5=dae9fe28fe7b154d2d22bfafd105cc79

Description

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

The Fcntl module provides functions for translating between the names of the flags exposed in fcntl.h and their values on particular systems. The Fcntl_host module exports representations of various hosts.

The Fcntl_unix provides bindings to functions that use the flags in Fcntl along with a representation of the host system. The bindings support a more comprehensive range of flags than the corresponding functions in the standard OCaml Unix module. The Fcntl_unix_lwt module exports non-blocking versions of the functions in Fcntl_unix based on the Lwt cooperative threading library.

Tags

unix posix fcntl syscall open

Published: 22 Apr 2016

Dependencies (6)

  1. unix-type-representations
  2. unix-errno >= "0.2.0" & < "0.4.0"
  3. ctypes >= "0.4.0" & < "0.6.0"
  4. ocamlbuild build
  5. ocamlfind build
  6. ocaml >= "4.02.0" & < "4.05.0"

Dev Dependencies (1)

  1. alcotest with-test

Used by

None

Conflicts (1)

  1. lwt < "2.4.7"