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.

Allow to run fuzzers only into a specific dune's context

+2
+2
vendor/opam/base64/fuzz/dune
··· 1 1 (executable 2 2 (name fuzz_rfc2045) 3 + (enabled_if (= %{profile} fuzz)) 3 4 (modules fuzz_rfc2045) 4 5 (libraries astring crowbar fmt base64.rfc2045)) 5 6 6 7 (executable 7 8 (name fuzz_rfc4648) 9 + (enabled_if (= %{profile} fuzz)) 8 10 (modules fuzz_rfc4648) 9 11 (libraries astring crowbar fmt base64))