File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed
Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1+ ## ctypes 0.20.2
2+
3+ * Restore compilation of cmxs for 5.0
4+ https://github.com/ocamllabs/ocaml-ctypes/pull/727
5+
6+ * Update build rules to make .o files a dependency of cmxs
7+ https://github.com/ocamllabs/ocaml-ctypes/pull/723
8+
9+ * update CArray.of_string comment to accurately reflect the length
10+ https://github.com/ocamllabs/ocaml-ctypes/pull/716
11+
12+ Thanks to @houseofsuns , @ygrek , Alpha Diallo (@moyodiallo ), François
13+ Bobot (@bobot ) and Alfredo Tupone (@atupone ) for contributions to this
14+ release.
15+
116## ctypes 0.20.1
217
318* Fix warning 9 [ missing-record-field-pattern] in generated OCaml code
Original file line number Diff line number Diff line change 1- version = "0.20.1 "
1+ version = "0.20.2 "
22description = "Combinators for binding to C libraries without writing any C."
33requires = "bigarray-compat bytes integers"
44archive(byte) = "ctypes.cma"
@@ -9,7 +9,7 @@ archive(native, plugin) = "ctypes.cmxs"
99exists_if = "ctypes.cma"
1010
1111package "top" (
12- version = "0.20.1 "
12+ version = "0.20.2 "
1313 description = "Toplevel printers for C types"
1414 requires = "ctypes"
1515 archive(byte) = "ctypes-top.cma"
@@ -20,7 +20,7 @@ package "top" (
2020)
2121
2222package "stubs" (
23- version = "0.20.1 "
23+ version = "0.20.2 "
2424 description = "Stub generation from C types"
2525 requires = "ctypes str"
2626 archive(byte) = "cstubs.cma"
@@ -32,7 +32,7 @@ package "stubs" (
3232)
3333
3434package "foreign" (
35- version = "0.20.1 "
35+ version = "0.20.2 "
3636 description = "Dynamic linking of C functions"
3737 requires = "threads ctypes"
3838 archive(byte) = "ctypes-foreign.cma"
You can’t perform that action at this time.
0 commit comments