File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1+ ## dev
2+
3+ * Remove ctypes include path hack by using ctypes 0.3 / dune 3.7 (@TheLortex , #5 )
4+
15## v0.0.3 (2023-02-17)
26
37* Add memory_size function (@crackcomm , #1 )
Original file line number Diff line number Diff line change 1- (lang dune 3 .3 )
2- (using ctypes 0 .1 )
1+ (lang dune 3 .7 )
2+ (using ctypes 0 .3 )
33
44(name hdr_histogram)
55
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ doc: "https://ocaml-multicore.github.io/hdr_histogram_ocaml"
1111bug-reports: "https://github.com/ocaml-multicore/hdr_histogram_ocaml/issues"
1212depends: [
1313 "ocaml" {>= "4.08"}
14- "dune" {>= "3.3 "}
14+ "dune" {>= "3.7 "}
1515 "ctypes" {>= "0.20.1"}
1616 "ctypes-foreign" {>= "0.18.0"}
1717 "conf-pkg-config" {build}
Original file line number Diff line number Diff line change 1111 (deps hdr_histogram.h dllhdr_histogram.so libhdr_histogram.a)
1212 (build_flags_resolver
1313 (vendored
14- ; hack: multiple -I directives to work around cc commands being run from
15- ; different relative directories. Is there a cleaner way to do this?
16- (c_flags :standard "-Ilib" "-I.")))
14+ (c_flags :standard "-I.")))
1715 (headers
1816 (include "hdr_histogram.h"))
1917 (type_description
You can’t perform that action at this time.
0 commit comments