This a test repository for the unpac monorepo tool

Add bigarray-compat on bigstringaf.{xen,freestanding}

+2 -2
+1 -1
lib/freestanding/dune
··· 2 2 (name bigstringaf_freestanding) 3 3 (public_name bigstringaf.freestanding) 4 4 (optional) 5 - (libraries bigarray ocaml-freestanding) 5 + (libraries bigarray-compat ocaml-freestanding) 6 6 (c_names bigstringaf_stubs) 7 7 (c_flags (:include cflags.sexp))) 8 8
+1 -1
lib/xen/dune
··· 2 2 (name bigstringaf_xen) 3 3 (public_name bigstringaf.xen) 4 4 (optional) 5 - (libraries bigarray mirage-xen-posix) 5 + (libraries bigarray-compat mirage-xen-posix) 6 6 (c_names bigstringaf_stubs) 7 7 (c_flags (:include cflags.sexp))) 8 8