this repo has no description

Merge pull request #21750 from haesbaert/release-hdr_histogram-v0.0.2

[new release] hdr_histogram (0.0.2)

Kate 074f7984 b6228dbd

Changed files
+44
packages
hdr_histogram
hdr_histogram.0.0.2
+44
packages/hdr_histogram/hdr_histogram.0.0.2/opam
···
+
opam-version: "2.0"
+
synopsis: "OCaml bindings to Hdr Histogram"
+
description: "OCaml bindings to Hdr Histogram"
+
maintainer: ["KC Sivaramakrishnan" "Christiano Haesbaert"]
+
authors: ["KC Sivaramakrishnan"]
+
license: "MIT"
+
tags: ["histogram" "tail latency"]
+
homepage: "https://github.com/ocaml-multicore/hdr_histogram_ocaml"
+
doc: "https://ocaml-multicore.github.io/hdr_histogram_ocaml"
+
bug-reports: "https://github.com/ocaml-multicore/hdr_histogram_ocaml/issues"
+
depends: [
+
"ocaml" {>= "4.08"}
+
"dune" {>= "3.3"}
+
"ctypes" {>= "0.20.1"}
+
"ctypes-foreign" {>= "0.18.0"}
+
"conf-pkg-config" {build}
+
"conf-cmake" {build}
+
"conf-zlib"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/ocaml-multicore/hdr_histogram_ocaml.git"
+
url {
+
src:
+
"https://github.com/ocaml-multicore/hdr_histogram_ocaml/releases/download/v0.0.2/hdr_histogram-0.0.2.tbz"
+
checksum: [
+
"sha256=60f5db86cc2c7ff3f19e8b70fb9e87a7c251da8e8e489f320971666ba1f39dd4"
+
"sha512=ceffb2500ad193318ab283e8a370eb908f046e2368233fd6ad71377494f4daf2d13a77adaccff1799782bba5d9bb6500fd41be492dd596fa41e1f8e58b420205"
+
]
+
}
+
x-commit-hash: "97192da5a912da02b4801a1b0fd8099fc10a5d46"