Hey all,
I made two series of templates to help myself and others get started with jbuilder:
https://github.com/mjambon/jbuilder-starter
The first one is for a simple OCaml library, meant to be distributed via opam.
The second series of templates is for an application made up of several folders and several executables. I’m not quite sure if I did the right thing there. Please let me know what can be improved. In particular, the requirement for having one opam file per library seems unnecessary since I have no intention of distributing these libraries. Maybe I’m doing it wrong and there’s a simpler way of having multiple folders with OCaml sources, which is really just what I want.