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

Configure Feed

Select the types of activity you want to include in your feed.

Fix compilation on OCaml 5.0 without ocamlfind installed

Kate e573a991 245b5cdc

+2 -4
+2 -4
vendor/opam/base64/src/dune
··· 1 1 (library 2 2 (name base64) 3 3 (modules unsafe base64) 4 - (public_name base64) 5 - (libraries bytes)) 4 + (public_name base64)) 6 5 7 6 (rule 8 7 (copy %{read:../config/which-unsafe-file} unsafe.ml)) ··· 10 9 (library 11 10 (name base64_rfc2045) 12 11 (modules base64_rfc2045) 13 - (public_name base64.rfc2045) 14 - (libraries bytes)) 12 + (public_name base64.rfc2045))