CamlIDL 1.10
Pre-release
Pre-release
- Add
[bytes]
attribute for char arrays and pointers, mapped to OCaml'sbytes
type. - Fix C type error with string parameters of unsigned char type.
- Fix C type error with in parameters of const array type (#9).
- Install HTML documentation in docs/ and serve it from https://xavierleroy.org/camlidl/ (#20)
- Always use modern,
caml_
-prefixed names for FFI functions for compatibility with OCaml 5 (#21, #22).