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.
Author | David Sheets <sheets@alum.mit.edu> |
---|---|
License | ISC |
Published | |
Homepage | https://github.com/dsheets/ocaml-unix-fcntl |
Issue Tracker | https://github.com/dsheets/ocaml-unix-fcntl/issues |
Maintainer | sheets@alum.mit.edu |
Dependencies |
|
Source [http] | https://github.com/dsheets/ocaml-unix-fcntl/archive/0.2.0.tar.gz sha256=c9a3baa06fe23b0d96371b20f708f70de4f7478ab944e421002e2c65b2005b0d md5=b0e7c850d093fe462041beb13827e5ba |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/unix-fcntl/unix-fcntl.0.2.0/opam |
Required by