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

ppx_cstruct: remove stdlib-shims dependency, it requires OCaml 4.08 already

+2 -3
+2 -2
vendor/opam/cstruct/ppx/dune
··· 3 3 (public_name ppx_cstruct) 4 4 (kind ppx_rewriter) 5 5 (wrapped false) 6 - (ppx_runtime_libraries cstruct stdlib-shims) 6 + (ppx_runtime_libraries cstruct) 7 7 (preprocess 8 8 (pps ppxlib.metaquot)) 9 - (libraries sexplib ppxlib stdlib-shims)) 9 + (libraries sexplib ppxlib))
-1
vendor/opam/cstruct/ppx_cstruct.opam
··· 26 26 "cstruct-sexp" {with-test} 27 27 "cppo" {with-test} 28 28 "cstruct-unix" {with-test & =version} 29 - "stdlib-shims" 30 29 "ocaml-migrate-parsetree" {>= "2.1.0" & with-test} 31 30 "lwt_ppx" {>= "2.0.2" & with-test} 32 31 ]