Block device abstraction for OCaml 5 with Eio direct-style I/O and Bytesrw integration
1
fork

Configure Feed

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

fix(lint): update (alias fuzz) rules with enabled_if, corpus deps for E724

Add (enabled_if (= %{profile} afl)), (source_tree corpus), and
gen_corpus.exe deps to all 25 fuzz directories

+6 -1
+6 -1
fuzz/dune
··· 16 16 17 17 (rule 18 18 (alias fuzz) 19 - (deps fuzz_block.exe) 19 + (enabled_if 20 + (= %{profile} afl)) 21 + (deps 22 + (source_tree corpus) 23 + fuzz_block.exe 24 + gen_corpus.exe) 20 25 (action 21 26 (echo "AFL fuzzer built: %{exe:fuzz_block.exe}\n"))) 22 27