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

Update to dune 2.0

+12 -9
+1 -1
bench/dune
··· 1 1 (executable 2 2 (name benchmarks) 3 - (libraries base64 core_bench)) 3 + (libraries base64 core_bench))
+1 -2
dune-project
··· 1 - (lang dune 1.0) 1 + (lang dune 2.0) 2 2 (name base64) 3 - (version dev)
+1 -1
fuzz/dune
··· 6 6 (executable 7 7 (name fuzz_rfc4648) 8 8 (modules fuzz_rfc4648) 9 - (libraries astring crowbar fmt base64)) 9 + (libraries astring crowbar fmt base64))
+2 -1
src/dune
··· 7 7 (rule 8 8 (targets unsafe.ml) 9 9 (deps unsafe_pre407.ml unsafe_stable.ml) 10 - (action (run ../config/config.exe))) 10 + (action 11 + (run ../config/config.exe))) 11 12 12 13 (library 13 14 (name base64_rfc2045)
+7 -4
test/dune
··· 1 1 (executable 2 + (modes byte exe) 2 3 (name test) 3 4 (libraries base64 base64.rfc2045 rresult alcotest bos)) 4 5 5 - (alias 6 - (name runtest) 7 - (deps (:exe test.exe)) 8 - (action (run %{exe} --color=always))) 6 + (rule 7 + (alias runtest) 8 + (deps 9 + (:exe test.exe)) 10 + (action 11 + (run %{exe} --color=always)))