unix-errnoversion
Unix errno types, maps, and support
unix-errno provides an errno variant similar to Unix.error but including POSIX 2008 and Linux-specific constructors. A macro definition type, defns is also provided in order to transport a specific errno-integer map as is the case with FUSE. The types and their functions reside in Errno and are independent of any Unix bindings. This makes the library's types usable from MirageOS on top of Xen. Errno_unix provides maps to and from Unix.error, the present host's errno map, an errno exception Error, and higher-order errno checking functions.
Author | David Sheets <sheets@alum.mit.edu> |
---|---|
License | ISC |
Published | |
Homepage | https://github.com/dsheets/ocaml-unix-errno |
Issue Tracker | https://github.com/dsheets/ocaml-unix-errno/issues |
Maintainer | sheets@alum.mit.edu |
Dependencies |
|
Source [http] | https://github.com/dsheets/ocaml-unix-errno/archive/0.2.0.tar.gz sha256=28e0f4f3958d9875ca78abd70794ddf6cfb10db66f844ac9c6bf7e3b47b61a2b md5=afda858f0936c37043c1f6fce04cf315 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/unix-errno/unix-errno.0.2.0/opam |
Required by
Optionally used by