package extunix

  1. Overview
  2. Docs
Collection of thin bindings to various low-level system API

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-extunix-0.2.0.tar.gz
md5=8c5edb4d34d745644bd02932841261e6
sha256=16a16cdb2a6292752e02bbd6962ddcc907bd0a41fe55ed7b26e5c495bf98ead1
sha512=dd15e09c29593a7e4715ffb127662f5a104c7bc94718eca910ca62b862a11605d5b4ad3d51639699984185171c04187cada3d89fd474a214f2cea77130271335

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.

Tags

org:ygrek

Published: 08 Nov 2019

Dependencies (7)

  1. ocamlbuild build & != "0.9.0"
  2. base-unix
  3. base-bigarray
  4. base-bytes
  5. ocaml-migrate-parsetree build & >= "1.8.0" & < "2.0.0"
  6. ocamlfind build
  7. ocaml

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