unix-errno
Unix errno types, maps, and support
Description
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.
Install
- Published
-
22 Jan 2017
- Authors
-
- Maintainers
-
Sources
Dependencies
ctypes
< "0.18.0"
alcotest
with-test
ocamlbuild
build & != "0.9.0"
ocamlfind
build
ocaml
>= "4.01.0"
Reverse Dependencies
osx-attr
>= "0.3.0"
posix-getopt
>= "2.0.0"
unix-fcntl
= "0.3.2" | >= "0.3.4"
unix-sys-resource
>= "0.1.1"
unix-sys-stat
>= "0.3.1"