= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Unix sys/resource.h types and bindings (getrlimit, setrlimit, and friends)
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 }">
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)
-
ctypes
>= "0.4.0"
-
unix-errno
>= "0.4.0" & < "0.6.0"
-
ocamlbuild
build
-
ocamlfind
build
- ocaml
Development Dependencies (1)
-
alcotest
with-test
Reverse Dependencies
-
None
Conflicts
-
None