Skip to content

dsheets/ocaml-unix-sys-resource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ocaml-unix-sys-resource

ocaml-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.

Two findlib packages are provided, unix-sys-resource and unix-sys-resource.unix. The base package provides types but the unix-sys-resource.unix package is necessary to access the bindings.

unix-sys-resource

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

unix-sys-resource.unix

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.

About

Host-dependent UNIX sys/resource.h access

Resources

License

Stars

Watchers

Forks

Packages

No packages published