this repo has no description
1opam-version: "2.0"
2maintainer: "guillaume.bury@gmail.com"
3authors: "Guillaume Bury"
4homepage: "https://github.com/Gbury/ocaml-cgroups"
5bug-reports: "https://github.com/Gbury/ocaml-cgroups/issues/"
6license: "BSD-3-Clause"
7tags: "cgroups"
8dev-repo: "git+https://github.com/Gbury/ocaml-cgroups.git"
9build: [make "lib"]
10install: [make "install"]
11remove: [make "uninstall"]
12depends: [
13 "ocaml" {>= "4.02.1"}
14 "ocamlfind" {build}
15 "base-unix"
16 "ocamlbuild" {build}
17]
18synopsis: "An OCaml interface for the Linux control groups"
19description: """
20Cgroups is an OCaml library aimed at providing functions for
21interacting with the Linux control group system. Interaction with
22the control groups is done via the filesystem."""
23url {
24 src: "https://github.com/Gbury/ocaml-cgroups/archive/v0.1.tar.gz"
25 checksum: [
26 "sha256=dfef3c430b24846234195eac85a02f5fde97852a99fc0a82988c8b3133aebdd7"
27 "md5=4d2c9c0723061eef4220098e3d3ab790"
28 ]
29}