Hello, Le mercredi 09 décembre 2020 à 10:40 -0500, Julien Lepiller a écrit : > There's no reason not to use the latest release. Could you scnd an > updated patch for the latest release, with a comment saying future > versions will use dune? > > There seem to be some whitespace issues with your patch. Tabs? You should be more pleased by this version. There are a lot of build files, and no install command. So, I provided mine, which seems to work, but I don't know what files should be installed. I bet on: - .a, for the native code; - .cma, for the ocaml bytecode; - .cmi, for the interface; - .cmxa for the ocaml native code; - .cmxs for the plugins; - .cmx if the compiler wants to inline code. What do you think?