opam-version: "2.0" maintainer: "sheets@alum.mit.edu" authors: "David Sheets" homepage: "https://github.com/dsheets/ocaml-unix-sys-resource" bug-reports: "https://github.com/dsheets/ocaml-unix-sys-resource/issues" license: "ISC" tags: ["unix" "posix" "sys/resource.h" "getrlimit" "setrlimit" "rlimit"] dev-repo: "git+https://github.com/dsheets/ocaml-unix-sys-resource.git" build: [ [make "build"] [make "test"] {with-test} ] install: [make "install"] remove: [make "uninstall"] depends: [ "ocaml" "ocamlfind" {build} "ocamlbuild" {build} "alcotest" {with-test} "unix-errno" {>= "0.4.0" & < "0.6.0"} "ctypes" {>= "0.4.0"} ] depopts: "base-unix" synopsis: "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.""" url { src: "https://github.com/dsheets/ocaml-unix-sys-resource/archive/0.1.2.tar.gz" checksum: [ "sha256=5f9f529146e362903d8cf9ac64af89e80b2a3d9689d0b5c0371b3d8757890372" "md5=e9a89a897418be0e9956e67d5e7e501b" ] }