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