this repo has no description
1opam-version: "2.0"
2maintainer: [ "Romain Calascibetta <romain.calascibetta@gmail.com>" ]
3authors: [ "Vincent Bernardoff <vincent.bernardoff@ocamlpro.com>" "Pierre Chambart <pierre.chambart@ocamlpro.com>" ]
4homepage: "http://github.com/dinosaure/bechamel"
5dev-repo: "git+https://github.com/dinosaure/bechamel"
6bug-reports: "http://github.com/dinosaure/bechamel/issues"
7license: "GPL-2.0-only"
8synopsis: "Bindings to Linux perf's metrics"
9description: """Simple binding to Linux perf's metrics"""
10
11build: [
12 [ "dune" "subst" ] {dev}
13 [ "dune" "build" "-p" name "-j" jobs ]
14]
15
16depends: [
17 "ocaml" {>= "4.07"}
18 "dune" {>= "2.0.0"}
19 "base-unix"
20 "conf-linux-libc-dev" {build}
21]
22
23available: [ os = "linux" ]
24x-commit-hash: "0d49a0955c69627ae7e1eda0748868e4df15d9fa"
25url {
26 src:
27 "http://github.com/dinosaure/bechamel/releases/download/v0.1.0/bechamel-v0.1.0.tbz"
28 checksum: [
29 "sha256=d84cb7fef1bc871830154ff09055fb8ccf6304c070f591e8d7cc51f8e4ce6238"
30 "sha512=2f528fea9bdbd2016bf443c1154dd6e8375e85580f145f9ac9a07f5c7a67dfb1376823e4597706cf79732ca5f2d73d21af7289511cc61b7777df9773617cbbd8"
31 ]
32}