I have this in a src/dune file:
(preprocess
(per_module
((action (run cppo -V OCAML:`ocamlc -version` %{input-file})) RNG)))
Of course, it does not work.
So, is there already a string or env. var. defined with the result of the shell command ocamlc -version
?