6.1.0
CHANGES:
breaking changes
-
The deprecated functions
Cstruct.len
,Cstruct.add_len
,Cstruct.set_len
,
andCstruct.blit_to_string
have been removed (@hannesm #291) -
Implement host_endian (@haesbaert #292, fixes #72)
-
Compatibility with OCaml 5.0.0 (@dinosaure #294)
-
Drop support of OCaml < 4.08.0, remove bigarray-compat dependency
(@hannesm #298)