opam-version: "2.0"
maintainer: "guillaume.bury@gmail.com"
authors: "Guillaume Bury"
homepage: "https://github.com/Gbury/ocaml-cgroups"
bug-reports: "https://github.com/Gbury/ocaml-cgroups/issues/"
license: "BSD-3-Clause"
tags: "cgroups"
dev-repo: "git+https://github.com/Gbury/ocaml-cgroups.git"
build: [make "lib"]
install: [make "install"]
remove: [make "uninstall"]
depends: [
  "ocaml" {>= "4.02.1"}
  "ocamlfind" {build}
  "base-unix"
  "ocamlbuild" {build}
]
synopsis: "An OCaml interface for the Linux control groups"
description: """
Cgroups is an OCaml library aimed at providing functions for
interacting with the Linux control group system. Interaction with
the control groups is done via the filesystem."""
url {
  src: "https://github.com/Gbury/ocaml-cgroups/archive/v0.1.tar.gz"
  checksum: "md5=4d2c9c0723061eef4220098e3d3ab790"
}
