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 aab995a commit fdc1c3fCopy full SHA for fdc1c3f
dune-project
@@ -20,7 +20,13 @@
20
(name hdr_histogram)
21
(synopsis "OCaml bindings to Hdr Histogram")
22
(description "OCaml bindings to Hdr Histogram")
23
- (depends ocaml dune (ctypes (>= 0.20.1)) (ctypes-foreign (>= 0.18.0))
24
- (conf-pkg-config :build))
+ (depends
+ ocaml
25
+ dune
26
+ (ctypes (>= 0.20.1))
27
+ (ctypes-foreign (>= 0.18.0))
28
+ (conf-pkg-config :build)
29
+ (conf-cmake :build)
30
+ conf-zlib)
31
(tags
32
("histogram" "tail latency")))
hdr_histogram.opam
@@ -15,6 +15,8 @@ depends: [
15
"ctypes" {>= "0.20.1"}
16
"ctypes-foreign" {>= "0.18.0"}
17
"conf-pkg-config" {build}
18
+ "conf-cmake" {build}
19
+ "conf-zlib"
"odoc" {with-doc}
]
build: [
0 commit comments