opam-version: "2.0"
maintainer:   ["David Kaloper Meršinjak <dk505@cam.ac.uk>"]
authors:      ["David Kaloper Meršinjak <dk505@cam.ac.uk>"]
license:      "ISC"
homepage:     "https://github.com/pqwy/ocaml-papi"
doc:          "https://pqwy.github.io/ocaml-papi/doc"
dev-repo:     "git+https://github.com/pqwy/ocaml-papi.git"
bug-reports:  "https://github.com/pqwy/ocaml-papi/issues"
depends: [
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "topkg" {build}
  "conf-pkg-config" {build}
  "ocb-stubblr" {build}
  "fmt" {with-test} ]
build: [ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" ]
synopsis: """Performance Application Programming Interface for OCaml"""
description: """\
Papi provides OCaml bindings to
[PAPI (Performance Application Programming Interface)][papi-home], a C library
for portable access to hardware performance counters."""
depexts: [
  ["libpapi-dev"] {os-family = "debian"}
  ["papi-devel"] {os-distribution = "centos"}
  ["papi"] {os-distribution = "arch"}
]
url {
archive: "https://github.com/pqwy/ocaml-papi/releases/download/v0.1.0/papi-0.1.0.tbz"
checksum: "bc1bf7f2a3768857723061e510d7adec"
}
