unix-errnoversion Documentation on ocaml.org
Unix errno types, maps, and support
unix-errno can be used with or without ctypes and OCaml's Unix module. Without ctypes and Unix, the basic types and functions are provided as well as Errno_host containing errno maps for popular operating systems. The errno-srcgen tool for generating OCaml source representing Errno.Host.t values will also be built. With ctypes and Unix, you'll also receive the errno-map tool for outputting the current host's errno map and the Errno_unix module containing an errno global variable checking function and Unix.error type converters.
| Tags | errno errno.h errors unix syscall |
|---|---|
| Author | David Sheets |
| 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 |
|
| Optional dependencies | |
| Conflicts | |
| Source [http] | https://github.com/dsheets/ocaml-unix-errno/archive/0.4.1.tar.gz sha256=fbf4b2a05dee073dba3bbfd89fe761a605e8331c35d2765733ed06c773531837 md5=f56a66ce5c58fe39cd04067f2acba1ac |
| Edit | https://github.com/ocaml/opam-repository/tree/master/packages/unix-errno/unix-errno.0.4.1/opam |
Required by
Optionally used by


