= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Unix errno types, maps, and support
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
Authors
Maintainers
Sources
0.5.2.tar.gz
md5=5ff82d862b0481a4ce2d269767694178
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.
Dependencies (6)
-
ctypes
< "0.18.0"
- result
- base-bytes
-
ocamlbuild
build & != "0.9.0"
-
ocamlfind
build
-
ocaml
>= "4.01.0" & < "5.0"
Dev Dependencies (1)
-
alcotest
with-test
Used by (16)
- dlm
- osx-acl
-
osx-attr
>= "0.3.0"
- osx-membership
- 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
Conflicts (1)
-
ctypes
< "0.7.0"