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/mirage/bechamel"
5bug-reports: "https://github.com/mirage/bechamel/issues"
6dev-repo: "git+https://github.com/mirage/bechamel.git"
7doc: "https://mirage.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" "build" "-p" name "-j" jobs ]
15 [ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
16]
17
18depends: [
19 "ocaml" {>= "4.08.0"}
20 "dune" {>= "2.0.0"}
21 "mperf"
22 "bechamel" {= version}
23 "fmt" {>= "0.9.0"}
24 "base-unix"
25]
26url {
27 src:
28 "https://github.com/mirage/bechamel/releases/download/v0.2.0/bechamel-0.2.0.tbz"
29 checksum: [
30 "sha256=e0fc3145434b93f5e6a48d03803a5f33d7326698f7b03dbb097ed8c716d68be8"
31 "sha512=fbb558e2e35dbe1756159d52619a48446b1bbeb56e17c88ddb1cb68f79475d5db1c21f5b3c3c077d724102604d3f7940b2a497b64dc8d94dea4d94ad67b89ff1"
32 ]
33}
34x-commit-hash: "51326c7d83ceaa9ea45431b4b539c4e87a63d707"