OCamlbuild has a a large number of options that are not covered by the manual. The --help flag does a good job explaining them, so maybe it would be good enough for now to refer to it. OCamlbuild accepts multiple targets. It could be important to document in what order they are built as later steps might overwrite files from earlier steps. A section like Invocation could cover the command line interface in the reference section.
OCamlbuild has a a large number of options that are not covered by the manual. The
--help
flag does a good job explaining them, so maybe it would be good enough for now to refer to it. OCamlbuild accepts multiple targets. It could be important to document in what order they are built as later steps might overwrite files from earlier steps. A section likeInvocation
could cover the command line interface in the reference section.