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" ]
24url {
25 src:
26 "https://github.com/mirage/bechamel/releases/download/v0.5.0/bechamel-0.5.0.tbz"
27 checksum: [
28 "sha256=2f9aa544395fa62ea067352782988bf94d977162d4d3ee6e321e49a29c5ec868"
29 "sha512=80af7d3015fd3e63514b6241190f7fc96a1329480d98526dc426c8e24fdf2f196917a9bdae72ac7234e21b2835c38a5ac989cfc00360d9530afe52f97f58c79f"
30 ]
31}
32x-commit-hash: "e6d903bcea41542dde87c5304317357065d1762c"