this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25059 from Sudha247/release-hdr_histogram-0.0.4

[new release] hdr_histogram (0.0.4)

authored by

Marcello Seri and committed by
GitHub
24c5563a 5d18601d

+47
+47
packages/hdr_histogram/hdr_histogram.0.0.4/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "OCaml bindings to Hdr Histogram" 3 + description: "OCaml bindings to Hdr Histogram" 4 + maintainer: ["KC Sivaramakrishnan" "Christiano Haesbaert"] 5 + authors: ["KC Sivaramakrishnan"] 6 + license: "MIT" 7 + tags: ["histogram" "tail latency"] 8 + homepage: "https://github.com/ocaml-multicore/hdr_histogram_ocaml" 9 + doc: "https://ocaml-multicore.github.io/hdr_histogram_ocaml" 10 + bug-reports: "https://github.com/ocaml-multicore/hdr_histogram_ocaml/issues" 11 + depends: [ 12 + "ocaml" {>= "4.08"} 13 + "dune" {>= "3.7"} 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 + ] 21 + build: [ 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 + ] 35 + available: [ 36 + (arch = "x86_64" | arch = "arm64") 37 + ] 38 + dev-repo: "git+https://github.com/ocaml-multicore/hdr_histogram_ocaml.git" 39 + url { 40 + src: 41 + "https://github.com/ocaml-multicore/hdr_histogram_ocaml/releases/download/0.0.4/hdr_histogram-0.0.4.tbz" 42 + checksum: [ 43 + "sha256=4994fed083b40458990d40a1ebaa1556d28ca91da9b8245fb73e26073063e713" 44 + "sha512=f1a757c993e96c369448495d6eeb6fa02e0729582cb33b90de3f6ab5f06e6d1bb43e892a7d937c9267b7f0b4fbc524bdbb6aacfec9ddf2a58a4de69915cab70d" 45 + ] 46 + } 47 + x-commit-hash: "f7f40d6dbe23193ba22c53e3609dbad9a225c341"