this repo has no description
1opam-version: "2.0"
2maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
3authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
4homepage: "https://github.com/dinosaure/bechamel"
5bug-reports: "https://github.com/dinosaure/bechamel/issues"
6dev-repo: "git+https://github.com/dinosaure/bechamel.git"
7doc: "https://dinosaure.github.io/bechamel/"
8license: "MIT"
9synopsis: "Linux perf's metrics for bechamel"
10description: """A simple layer on Linux perf's metrics for
11bechamel to record and analyze them."""
12
13build: [
14 [ "dune" "subst" ] {dev}
15 [ "dune" "build" "-p" name "-j" jobs ]
16 [ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
17]
18
19depends: [
20 "ocaml" {>= "4.08.0"}
21 "dune" {>= "2.0.0"}
22 "mperf"
23 "bechamel" {= version}
24 "fmt"
25 "base-unix"
26]
27x-commit-hash: "0d49a0955c69627ae7e1eda0748868e4df15d9fa"
28url {
29 src:
30 "https://github.com/dinosaure/bechamel/releases/download/v0.1.0/bechamel-v0.1.0.tbz"
31 checksum: [
32 "sha256=d84cb7fef1bc871830154ff09055fb8ccf6304c070f591e8d7cc51f8e4ce6238"
33 "sha512=2f528fea9bdbd2016bf443c1154dd6e8375e85580f145f9ac9a07f5c7a67dfb1376823e4597706cf79732ca5f2d73d21af7289511cc61b7777df9773617cbbd8"
34 ]
35}