opam-version: "2.0"
maintainer: "Pierre Chambart <pierre.chambart@ocamlpro.com>"
authors: "Vincent Bernardoff <vincent.bernardoff@ocamlpro.com>"
homepage: "http://github.com/ocamlpro/ocaml-perf"
bug-reports: "http://github.com/OCamlPro/ocaml-perf/issues"
license: "GPL-2.0-only"
build: [
  ["oasis" "setup"]
  [make]
]
available: [ os = "linux" ]
depexts: [
  ["linux-libc-dev"] {os-family = "debian"}
]
remove: [ "ocamlfind" "remove" "perf" ]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "oasis"
  "ocplib-endian"
  "ppx_deriving"
  "sexplib" {< "113.01.00"}
  "oclock"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/ocamlpro/ocaml-perf"
install: [make "install"]
synopsis: "Binding to perf_event_open"
flags: light-uninstall
url {
  src: "https://github.com/OCamlPro/ocaml-perf/archive/0.2.tar.gz"
  checksum: "md5=93d6457298068b96d023fee97fa6d4e0"
}
