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.
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.2.tar.gz sha256=3916fdf50edd065a5627a2acd80e27552f0b09dfa42718fe8057e69ce398bed9 md5=846a01bf904e1fae31c79010276d2bd6 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/unix-errno/unix-errno.0.4.2/opam |
Required by
- dlm
- osx-attr<0.3.0
- osx-mount
- osx-xattr
- posix-getopt>=2.0.0
- posix-signal
- posix-socket-unix
- posix-time2
- posix-uname
- sys-socket-unix
- unix-fcntl>=0.3.2 & <0.3.4
- unix-sys-resource>=0.1.1
- unix-sys-stat>=0.3.1
- unix-time
Optionally used by