package unix-errno

  1. Overview
  2. Docs
Unix errno types, maps, and support

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.0.tar.gz
md5=763c4fa3a29f5a22bc4ef817fa2d8fd6

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.

Published: 30 Nov 2015

Dependencies (5)

  1. ocamlbuild build & != "0.9.0"
  2. result
  3. base-bytes
  4. ocamlfind build
  5. ocaml >= "4.01.0" & < "5.0"

Dev Dependencies (1)

  1. alcotest with-test

Conflicts (2)

  1. ctypes >= "0.6.0"
  2. ctypes < "0.4.0"