package extunix

  1. Overview
  2. Docs

Description

Motto: "Be to Unix, what extlib is to stdlib"

  • Implement thin C bindings that directly map to underlying system API.
  • Provide common consistent ocaml interface: naming convention, exceptions.
  • Simple to build - no extra dependencies.

Published: 14 Nov 2016

Dependencies (6)

  1. ocamlbuild build & != "0.9.0"
  2. base-unix
  3. base-bigarray
  4. camlp4 build
  5. ocamlfind build
  6. ocaml < "5.0.0"

Dev Dependencies (2)

  1. ounit with-test & >= "1.0.3"
  2. ocaml with-test & < "4.06"

Used by (6)

  1. capnp >= "2.1.0" & < "3.3.0"
  2. capnp-rpc-unix >= "0.9.0"
  3. devkit
  4. dokeysto
  5. oci
  6. posix-getopt < "2.0.0"

Conflicts

None