unix-sys-resource
Unix sys/resource.h types and bindings (getrlimit, setrlimit, and friends)
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.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 04 Jun 2016
- Authors
- Maintainers
Sources
Dependencies
ctypes
>= "0.4.0"
unix-errno
>= "0.4.0" & < "0.6.0"
alcotest
with-test
ocamlbuild
build
ocamlfind
build
Reverse Dependencies