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.1.tar.gz
md5=b2683c78c2b86b5c6136362f01f93f49

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
  2. unix-errno >= "0.4.0"
  3. ocamlbuild build
  4. ocamlfind build
  5. ocaml

Dev Dependencies (1)

  1. alcotest with-test

Used by

None

Conflicts (2)

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