OCaml HTML5 parser/serialiser based on Python's JustHTML
at fuzz 12 lines 148 B view raw
1(lang dune 3.20) 2 3(context default) 4 5(context 6 (default 7 (name afl) 8 (profile afl))) 9 10(env 11 (afl 12 (ocamlopt_flags (:standard -afl-instrument))))