package unix-fcntl

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.2.0.tar.gz
md5=b0e7c850d093fe462041beb13827e5ba

Description

unix-fcntl provides types for manipulating concepts expressed in fcntl.h. A macro definition type, defns is provided for open flags in order to transport a specific openflag-integer map as is the case with FUSE. The types and their functions reside in Fcntl and are independent of any Unix bindings. This makes the library's types usable from MirageOS on top of Xen. Fcntl_unix provides maps to and from Unix.open_flag, the present host's open flag map, and similar.

Published: 02 Oct 2015

Dependencies (5)

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

Dev Dependencies

None

Used by (1)

  1. sibylfs

Conflicts

None