Open
Description
OCaml syntax in jbuild and dune files can be replaced with a stanza for statically evaluated scripts. For example, we could have something like:
(eval-ocaml foo.ml)
Currently, there would be limitations to only static paths as arguments (like include
). But eventually, such limitations might be lifted without breaking user code.