package unix-errno

  1. Overview
  2. Docs
Unix errno types, maps, and support

Install

Dune Dependency

Authors

Maintainers

Sources

0.2.0.tar.gz
md5=afda858f0936c37043c1f6fce04cf315

Description

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.

Published: 01 Oct 2015

Dependencies (5)

  1. ocamlbuild build & != "0.9.0"
  2. rresult
  3. ctypes >= "0.4.0" & < "0.6.0"
  4. ocamlfind build
  5. ocaml

Dev Dependencies

None

Conflicts

None