1 ; rather do in Makefile and have assert.ml in source-control than depend on download.
2 ;; https://discuss.ocaml.org/t/working-with-application-data-in-packages/9464/5?u=mro
5 ; (action (with-stdout-to %{target}
6 ; (run curl "https://raw.githubusercontent.com/benjenkinsv95/ocaml-unit-testing-helpers/master/assert.ml"))))
9 ; https://dune.readthedocs.io/en/stable/dune-files.html#tests-stanza
54 ; https://discuss.ocaml.org/t/combinator-library-for-extracting-data-for-s-exps/10153/48?u=mro
72 mirage-crypto-rng.unix
87 ; https://dev.realworldocaml.org/data-serialization.html#scrollNav-1-2
88 ; https://discuss.ocaml.org/t/lwt-ppx-binary-footprint/11818/2
90 (pps ppx_sexp_conv lwt_ppx))
91 ; https://discuss.ocaml.org/t/ld-error-missing-note-gnu-stack-section/12478/4
93 (:standard -cclib "-z noexecstack" -safe-string)))