1 ; https://discuss.ocaml.org/t/working-with-application-data-in-packages/9464/5?u=mro
10 (run ocaml-crunch --mode=plain ../res))))
13 (target plain2handle.ml)
14 (deps plain2handle.mll)
18 (run %{bin:ocamllex} -q -o %{target} %{deps}))))
21 (target plain2html.ml)
26 (run %{bin:ocamllex} -q -o %{target} %{deps}))))
33 ; https://github.com/mirleft/ocaml-x509/blob/master/tests/dune
34 camlp-streams ; https://discuss.ocaml.org/t/module-stream-removed-from-5-0-standard-library/10218/3?u=mro
43 mirage-crypto-rng.unix
60 ; https://dev.realworldocaml.org/data-serialization.html#scrollNav-1-2
61 ; (preprocess (pps ppx_sexp_conv))
64 ; https://discuss.ocaml.org/t/lwt-ppx-binary-footprint/11818/2
66 (:standard -cclib "-z noexecstack" -safe-string)))