Tags: mirage/ocaml-cstruct
Tags
Release 6.2.0 CHANGES: - Add `sub_copy` function (@c-cube, #305) - Fix documentation (@MisterDA, #304) - Add `to_hex_string` function (@c-cube, #306) - Fix documentation and use `Cstruct.length` instead of `Cstruct.len` (@reynir, #307) - Deprecate `copy` function (alias of `to_string`) (will be removed at the next minor release) (@reynir, #308)
Release 6.1.0 CHANGES: **breaking changes** - The deprecated functions `Cstruct.len`, `Cstruct.add_len`, `Cstruct.set_len`, and `Cstruct.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) - Fix year in changes of 6.0.1 (@reynir #297)
PreviousNext