Skip to content

Commit fdc1c3f

Browse files
committed
Depend on conf-zlib and conf-cmake (thanks to kate)
1 parent aab995a commit fdc1c3f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

dune-project

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,13 @@
2020
(name hdr_histogram)
2121
(synopsis "OCaml bindings to Hdr Histogram")
2222
(description "OCaml bindings to Hdr Histogram")
23-
(depends ocaml dune (ctypes (>= 0.20.1)) (ctypes-foreign (>= 0.18.0))
24-
(conf-pkg-config :build))
23+
(depends
24+
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)
2531
(tags
2632
("histogram" "tail latency")))

hdr_histogram.opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ depends: [
1515
"ctypes" {>= "0.20.1"}
1616
"ctypes-foreign" {>= "0.18.0"}
1717
"conf-pkg-config" {build}
18+
"conf-cmake" {build}
19+
"conf-zlib"
1820
"odoc" {with-doc}
1921
]
2022
build: [

0 commit comments

Comments
 (0)