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 support for x-compilation

Specifying a dependency as `(dep x)` will make `dune` trying to compile
`x` in the current workspace context. It already knows that `(run ./x)` needs
to be run on the host context, so that's enough to make that work.

+2 -2
+2 -2
vendor/opam/base64/src/dune
··· 6 6 7 7 (rule 8 8 (targets unsafe.ml) 9 - (deps (:config ../config/config.exe) unsafe_pre407.ml unsafe_stable.ml) 10 - (action (run %{config}))) 9 + (deps unsafe_pre407.ml unsafe_stable.ml) 10 + (action (run ../config/config.exe))) 11 11 12 12 (library 13 13 (name base64_rfc2045)