• en

ocaml-posix-resource 0.0.1

Maintainer contact@ocamlpro.com
Dependencies
& oasis >= 0.3.0
ocamlfind
ounit
Published Aug 21, 2012
Source [http] http://oasis.ocamlcore.org/dev/dist/ocaml-posix-resource/0.0.1/ocaml-posix-resource-0.0.1.tar.gz
04c6de989967203766ac24ad7addfedc
Edit https://github.com/ocaml/opam-repository/tree/master/packages/ocaml-posix-resource/ocaml-posix-resource.0.0.1/opam

POSIX resource operations bindings

This library defines bindings to <sys/resource.h> functions:

  • getrlimit, setrlimit: control maximum resource consumption
  • getrusage: get information about resource utilisation
  • getpriority, setpriority: get or set the nice value

All this are usually controled through shell command like "nice" and "ulimit".

No package is dependent