opam-version: "2.0"
maintainer: "ygrek@autistici.org"
authors: "ygrek"
homepage: "https://ygrek.org/p/ocaml-gperftools/"
bug-reports: "https://github.com/ygrek/ocaml-gperftools/issues"
dev-repo: "git://github.com/ygrek/ocaml-gperftools.git"
doc: ["https://ygrek.org/p/ocaml-gperftools/api/index.html"]
tags: ["org:ygrek"]
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc}]
]
depends: [
  "ocaml"
  "dune"
  "odoc" {with-doc}
]
depexts: [
  ["libgoogle-perftools-dev"] {os-family = "debian"}
  ["gperftools"] {os-distribution = "homebrew"}
  ["gperftools-devel"] {os-distribution = "centos"}
]
synopsis: "Bindings to gperftools"
description:
  "gperftools library provides fast, multi-threaded malloc() and some nifty performance analysis tools"
url {
  src: "https://ygrek.org/p/release/ocaml-gperftools/ocaml-gperftools-0.5.tar.gz"
  checksum: [
    "md5=5948cedd4a93b6f2d690c0dedf5f1e80"
    "sha256=8561e22bdff686142f3fc43861196cb4a0dc5575b174632647b8bab639caceac"
    "sha512=5c71ebf79db5e261560dbdc2847584dbacfa5c00ba3b4ae43b87630c72af8b91aa61ff2d04495f35df98c4ceacfd1ca20d9e6af2b997c0eafa020286f90d644f"
  ]
  mirrors: "https://github.com/ygrek/ocaml-gperftools/releases/download/v0.5/ocaml-gperftools-0.5.tar.gz"
}
