···11+v6.1.0 2022-03-29
22+-----------------
33+44+**breaking changes**
55+- The deprecated functions `Cstruct.len`, `Cstruct.add_len`, `Cstruct.set_len`,
66+ and `Cstruct.blit_to_string` have been removed (@hannesm #291)
77+88+- Implement host_endian (@haesbaert #292, fixes #72)
99+- Compatibility with OCaml 5.0.0 (@dinosaure #294)
1010+- Drop support of OCaml < 4.08.0, remove bigarray-compat dependency
1111+ (@hannesm #298)
1212+- Fix year in chages (@reynir #297)
1313+114v6.0.1 2021-06-25
215-----------------
316···922- Remove color from ppx's binary to replicate diff of errors in
1023 any contexts (@dinosaure, @sternenseemann, #285)
1124- Add `shiftv` (@talex5, @avsm, @dinosaure, #287)
1212-- Use `Bytes_val` if available (@hannesm, @avsm, @dinosaure, #286)
2525+- Use `Bytes_val` if available (@hannesm, @avsm, @dinosaure, #286)
13261427v6.0.0 2020-09-10
1528-----------------
+1-1
vendor/opam/cstruct/README.md
···1717- `cstruct-lwt`: provide [Lwt](https://ocsigen.org/lwt) variants of read/write functions
1818- `ppx_cstruct`: a [PPX](https://caml.inria.fr/pub/docs/manual-ocaml/extn.html#sec248) syntax extension (see below)
19192020-The libraries depend on OCaml version 4.03.0 and later, since it provides a
2020+The libraries depend on OCaml version 4.08.0 and later, since it provides a
2121[ppx](http://whitequark.org/blog/2014/04/16/a-guide-to-extension-points-in-ocaml/)
2222extension point. The old
2323[camlp4](http://caml.inria.fr/pub/docs/manual-camlp4/manual002.html)