unix-errnoversion
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.
Author | David Sheets |
---|---|
License | ISC |
Published | |
Homepage | http://github.com/dsheets/ocaml-unix-errno |
Issue Tracker | http://github.com/dsheets/ocaml-unix-errno/issues |
Maintainer | sheets@alum.mit.edu |
Dependencies |
|
Optional dependencies | |
Conflicts | |
Source [http] | http://github.com/dsheets/ocaml-unix-errno/archive/0.3.0.tar.gz sha256=41dcc43e45ea8fec6e645afe81c3d6d906f1b8eedcc9c4c38bb0ad38b8a7b1e6 md5=763c4fa3a29f5a22bc4ef817fa2d8fd6 |
Edit | http://github.com/ocaml/opam-repository/tree/master/packages/unix-errno/unix-errno.0.3.0/opam |
Required by
Optionally used by