Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocaml-ctypes
Commits:
-
be7f42d2
by Stephane Glondu at 2024-08-29T03:28:28+02:00
-
d39e31b2
by Stephane Glondu at 2024-08-29T03:28:29+02:00
-
34682351
by Stephane Glondu at 2024-08-29T03:28:35+02:00
-
59e665d8
by Stephane Glondu at 2024-08-29T06:15:37+02:00
30 changed files:
- .github/workflows/test.yml
- CHANGES.md
- README.md
- ctypes-foreign.opam
- ctypes.opam
- debian/changelog
- dune-project
- examples/fts/stub-generation/bindings/fts_bindings.ml
- examples/fts/stub-generation/bindings/fts_types.ml
- src/cstubs/cstubs.mli
- src/cstubs/cstubs_analysis.ml
- src/cstubs/cstubs_generate_c.ml
- src/cstubs/cstubs_generate_ml.ml
- src/ctypes-foreign/ctypes_ffi.ml
- − src/ctypes-top/ctypes_printers.ml
- − src/ctypes-top/ctypes_printers.mli
- src/ctypes-top/install_ctypes_printers.ml
- src/ctypes/cstubs_internals.mli
- src/ctypes/ctypes.mli
- src/ctypes/ctypes_coerce.ml
- src/ctypes/ctypes_memory.ml
- src/ctypes/ctypes_static.ml
- src/ctypes/ctypes_static.mli
- src/ctypes/ctypes_std_views.ml
- src/ctypes/ctypes_type_printing.ml
- src/ctypes/ctypes_types.mli
- src/ctypes/ctypes_value_printing.ml
- tests/clib/test_functions.c
- tests/clib/test_functions.h
- tests/test-arrays/test_array.ml