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: 13 Mar 2018

Dependencies (7)

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

Dev Dependencies (1)

  1. ounit with-test & >= "1.0.3"

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