package unix-sys-resource

  1. Overview
  2. Docs
Unix sys/resource.h types and bindings (getrlimit, setrlimit, and friends)

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.2.tar.gz
md5=e9a89a897418be0e9956e67d5e7e501b

Description

unix-sys-resource provides access to the features exposed in sys/resource.h in a way that is not tied to the implementation on the host system.

The Sys_resource module provides types and functions for describing and working with rlimit resources and limits.

The Sys_resource_unix module provides bindings to functions that use the types in Sys_resource.

Currently, getrlimit and setrlimit and their corresponding flags are bound.

Dependencies (5)

  1. ctypes >= "0.4.0"
  2. unix-errno >= "0.4.0" & < "0.6.0"
  3. ocamlbuild build
  4. ocamlfind build
  5. ocaml

Dev Dependencies (1)

  1. alcotest with-test

Used by

None

Conflicts

None