Gabriel Scherer
Gabriel Scherer
`Pathname.pwd` is the project path, how does it not work for you? Note that ocamlbuild is designed to only write files in the build directory, not in the source directory,...
I thought I had answered already, sorry. Just request the stamp as target: `ocamlbuild project_files.stamp` will run the rule. (Yes, automatic linking is kind of flaky right now, and I'm...
First, the obvious: we could have an example of [Oasis](http://oasis.forge.ocamlcore.org/) project that uses ocamlbuild under the hood. To be relevant, it should be a case where the user adds things...
It would also be nice to have an example of a project mixing OCaml and C code, with ocamlbuild as the main build system.
I would be interested in an example using another build system (than ocamlbuild or make) as the main build system, with a call to ocamlbuild to build a sub-part of...
@lindig Creating a custom toplevel is a good idea, but I would favor an example [creating a custom utop toplevel](https://github.com/diml/utop#creating-a-custom-utop-enabled-toplevel), keeping the spirit of exposing the alternative that I think...
Sorry for not being very reactive. I think this is an issue with ocamlbuild rather than with the ocamlbuild manual. You should feel free to open an issue on the...
I tried 1, and I didn't like it, and then 0.9. Please feel free to change to 2/3 if you think this is better or just for consistency.
This looks nice, thanks! (I haven't tested it, but I am sure it is an improvement over my first implementation.)
I think that the two-column panning behavior should be configurable, otherwise it could be confusing / not what we want for some workflow. (Note: maybe there is an even more...