The unpac monorepo manager self-hosting as a monorepo using unpac

changes for 6.1.0

+15 -2
+14 -1
vendor/opam/cstruct/CHANGES.md
··· 1 + v6.1.0 2022-03-29 2 + ----------------- 3 + 4 + **breaking changes** 5 + - The deprecated functions `Cstruct.len`, `Cstruct.add_len`, `Cstruct.set_len`, 6 + and `Cstruct.blit_to_string` have been removed (@hannesm #291) 7 + 8 + - Implement host_endian (@haesbaert #292, fixes #72) 9 + - Compatibility with OCaml 5.0.0 (@dinosaure #294) 10 + - Drop support of OCaml < 4.08.0, remove bigarray-compat dependency 11 + (@hannesm #298) 12 + - Fix year in chages (@reynir #297) 13 + 1 14 v6.0.1 2021-06-25 2 15 ----------------- 3 16 ··· 9 22 - Remove color from ppx's binary to replicate diff of errors in 10 23 any contexts (@dinosaure, @sternenseemann, #285) 11 24 - Add `shiftv` (@talex5, @avsm, @dinosaure, #287) 12 - - Use `Bytes_val` if available (@hannesm, @avsm, @dinosaure, #286) 25 + - Use `Bytes_val` if available (@hannesm, @avsm, @dinosaure, #286) 13 26 14 27 v6.0.0 2020-09-10 15 28 -----------------
+1 -1
vendor/opam/cstruct/README.md
··· 17 17 - `cstruct-lwt`: provide [Lwt](https://ocsigen.org/lwt) variants of read/write functions 18 18 - `ppx_cstruct`: a [PPX](https://caml.inria.fr/pub/docs/manual-ocaml/extn.html#sec248) syntax extension (see below) 19 19 20 - The libraries depend on OCaml version 4.03.0 and later, since it provides a 20 + The libraries depend on OCaml version 4.08.0 and later, since it provides a 21 21 [ppx](http://whitequark.org/blog/2014/04/16/a-guide-to-extension-points-in-ocaml/) 22 22 extension point. The old 23 23 [camlp4](http://caml.inria.fr/pub/docs/manual-camlp4/manual002.html)