[up front: I’m not -complaining; rather, I’m just -verifying- that this is the current state of affairs.]
Hi, I’ve been digging around, and I can’t find any indication of support for camlp4/camlp5 in dune. To wit, I don’t find any indication of a way to specify “-syntax” to ocamlfind, nor a way to specify “-pp” to the ocamlc commandline.
Again: I can fully understand why these capabilities are not present; I just want to verify that that’s the case, and that I"m not overlooking something obvious.
ETA: ah, I see I can pass raw “-pp” flags to ocamlc. That’ll probably be enough for my purposes.
I’m curious what you meant by this. Can you explain a little? Perhaps you mean
when you have a compile-command that uses ocamlfind, and you want to instead produce the equivalent camlp5 command, you have to do a little work to figure out what arguments to camlp5 are required to get the same effect as what ocamlfind does internally.