opam-version: "2.0"
maintainer:   [ "Romain Calascibetta <romain.calascibetta@gmail.com>" ]
authors:      [ "Vincent Bernardoff <vincent.bernardoff@ocamlpro.com>" "Pierre Chambart <pierre.chambart@ocamlpro.com>" ]
homepage:     "http://github.com/dinosaure/bechamel"
dev-repo:     "git://github.com/dinosaure/bechamel"
bug-reports:  "http://github.com/dinosaure/bechamel/issues"
license:      "GPLv2"
synopsis:     "Bindings to Linux perf's metrics"
description: """Simple binding to Linux perf's metrics"""

build: [
  [ "dune" "subst" ] {pinned}
  [ "dune" "build" "-p" name "-j" jobs ]
]

depends: [
  "ocaml" {>= "4.07"}
  "dune" {>= "2.0.0"}
  "base-unix"
  "conf-linux-libc-dev" {build}
]

available: [ os = "linux" ]
x-commit-hash: "0d49a0955c69627ae7e1eda0748868e4df15d9fa"
url {
  src:
    "http://github.com/dinosaure/bechamel/releases/download/v0.1.0/bechamel-v0.1.0.tbz"
  checksum: [
    "sha256=d84cb7fef1bc871830154ff09055fb8ccf6304c070f591e8d7cc51f8e4ce6238"
    "sha512=2f528fea9bdbd2016bf443c1154dd6e8375e85580f145f9ac9a07f5c7a67dfb1376823e4597706cf79732ca5f2d73d21af7289511cc61b7777df9773617cbbd8"
  ]
}
