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): rename fuzz-afl alias to fuzz, fix ocaml-crc fuzz setup

E722: Convert ocaml-crc (test ...) to (executable ...) with rules
E718: Add gen_corpus.ml to ocaml-crc/fuzz
E724: Rename (alias fuzz-afl) to (alias fuzz) in 12 fuzz directories

+1 -1
+1 -1
fuzz/dune
··· 15 15 (run %{exe:fuzz_block.exe}))) 16 16 17 17 (rule 18 - (alias fuzz-afl) 18 + (alias fuzz) 19 19 (deps fuzz_block.exe) 20 20 (action 21 21 (echo "AFL fuzzer built: %{exe:fuzz_block.exe}\n")))