We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9cef7c commit 97192daCopy full SHA for 97192da
dune-project
@@ -21,7 +21,7 @@
21
(synopsis "OCaml bindings to Hdr Histogram")
22
(description "OCaml bindings to Hdr Histogram")
23
(depends
24
- ocaml
+ (ocaml (>= 4.08))
25
dune
26
(ctypes (>= 0.20.1))
27
(ctypes-foreign (>= 0.18.0))
hdr_histogram.opam
@@ -10,7 +10,7 @@ homepage: "https://github.com/ocaml-multicore/hdr_histogram_ocaml"
10
doc: "https://ocaml-multicore.github.io/hdr_histogram_ocaml"
11
bug-reports: "https://github.com/ocaml-multicore/hdr_histogram_ocaml/issues"
12
depends: [
13
- "ocaml"
+ "ocaml" {>= "4.08"}
14
"dune" {>= "3.3"}
15
"ctypes" {>= "0.20.1"}
16
"ctypes-foreign" {>= "0.18.0"}
0 commit comments