this repo has no description
1opam-version: "2.0" 2maintainer: "ygrek@autistici.org" 3authors: "ygrek" homepage: "https://ygrek.org/p/ocaml-gperftools/" 4bug-reports: "https://github.com/ygrek/ocaml-gperftools/issues" 5dev-repo: "git+https://github.com/ygrek/ocaml-gperftools.git" 6doc: ["https://ygrek.org/p/ocaml-gperftools/api/index.html"] 7tags: ["org:ygrek"] 8build: [ 9 ["dune" "subst"] {dev} 10 ["dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc}] 11] 12depends: [ 13 "ocaml" {< "4.09.0"} 14 "dune" 15 "odoc" {with-doc} 16] 17depexts: [ 18 ["libgoogle-perftools-dev"] {os-family = "debian"} 19 ["gperftools"] {os-distribution = "homebrew"} 20 ["gperftools-devel"] {os-distribution = "centos"} 21] 22synopsis: "Bindings to gperftools" 23description: 24 "gperftools library provides fast, multi-threaded malloc() and some nifty performance analysis tools" 25url { 26 src: 27 "https://ygrek.org/p/release/ocaml-gperftools/ocaml-gperftools-0.4.tbz" 28 mirrors: 29 "https://github.com/ygrek/ocaml-gperftools/releases/download/v0.4/gperftools-v0.4.tbz" 30 checksum: [ 31 "sha256=f9a8eb6b8439d9966ec3a6f569f7ea470dfb25382599cac0e7ec62692c99e6bf" 32 "sha512=3bf345525e867f0a8eefe8eec8f0858d46e69baa2128975400e997c2953384c4c2962e7f43a456fbc3abdc58343e33911b0aa7c6ea2e23786c12c05d2376afba" 33 ] 34}