this repo has no description
1opam-version: "2.0" 2synopsis: "OCaml bindings to Hdr Histogram" 3description: "OCaml bindings to Hdr Histogram" 4maintainer: ["KC Sivaramakrishnan" "Christiano Haesbaert"] 5authors: ["KC Sivaramakrishnan"] 6license: "MIT" 7tags: ["histogram" "tail latency"] 8homepage: "https://github.com/ocaml-multicore/hdr_histogram_ocaml" 9doc: "https://ocaml-multicore.github.io/hdr_histogram_ocaml" 10bug-reports: "https://github.com/ocaml-multicore/hdr_histogram_ocaml/issues" 11depends: [ 12 "ocaml" {>= "4.08"} 13 "dune" {>= "3.3" & < "3.6.0"} 14 "ctypes" {>= "0.20.1"} 15 "ctypes-foreign" {>= "0.18.0"} 16 "conf-pkg-config" {build} 17 "conf-cmake" {build} 18 "conf-zlib" 19 "odoc" {with-doc} 20] 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "@install" 31 "@runtest" {with-test} 32 "@doc" {with-doc} 33 ] 34] 35dev-repo: "git+https://github.com/ocaml-multicore/hdr_histogram_ocaml.git" 36url { 37 src: 38 "https://github.com/ocaml-multicore/hdr_histogram_ocaml/releases/download/v0.0.2/hdr_histogram-0.0.2.tbz" 39 checksum: [ 40 "sha256=60f5db86cc2c7ff3f19e8b70fb9e87a7c251da8e8e489f320971666ba1f39dd4" 41 "sha512=ceffb2500ad193318ab283e8a370eb908f046e2368233fd6ad71377494f4daf2d13a77adaccff1799782bba5d9bb6500fd41be492dd596fa41e1f8e58b420205" 42 ] 43} 44x-commit-hash: "97192da5a912da02b4801a1b0fd8099fc10a5d46"