File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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) ) )
23+ ( depends ocaml dune ( ctypes ( >= 0 .20.1) ) ( ctypes-foreign ( >= 0 .18.0) )
24+ ( conf-pkg-config :build ) )
2425 ( tags
2526 ( " histogram" " tail latency" ) ) )
2627
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ depends: [
1414 "dune" {>= "3.3"}
1515 "ctypes" {>= "0.20.1"}
1616 "ctypes-foreign" {>= "0.18.0"}
17+ "conf-pkg-config" {build}
1718 "odoc" {with-doc}
1819]
1920build: [
Original file line number Diff line number Diff line change 11(library
22 (name hdr_histogram)
33 (public_name hdr_histogram)
4- ; (libraries core)
54 ; ctypes backward compatibility shims warn sometimes; suppress them
65 (flags (:standard -w -9-27))
76 (ctypes
You can’t perform that action at this time.
0 commit comments