unix-fcntlversion

Unix fcntl.h types, maps, and support

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.

AuthorDavid Sheets <sheets@alum.mit.edu>
LicenseISC
Published
Homepagehttps://github.com/dsheets/ocaml-unix-fcntl
Issue Trackerhttps://github.com/dsheets/ocaml-unix-fcntl/issues
Maintainersheets@alum.mit.edu
Dependencies
Source [http] https://github.com/dsheets/ocaml-unix-fcntl/archive/0.2.0.tar.gz
md5=b0e7c850d093fe462041beb13827e5ba
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/unix-fcntl/unix-fcntl.0.2.0/opam
Required by