Skip to content

OCamlbuild 0.12.0

Compare
Choose a tag to compare
@gasche gasche released this 11 Nov 17:44
· 172 commits to master since this release

OCamlbuild 0.12.0 is a maintenance release containing mostly bugfixes
and a few user-contributed features.

  • #227: install signatures.{mli,cmi,cmti} to help documentation tools
    (Daniel Bünzli and Gabriel Scherer)

  • #232: fix Windows install rules
    (David Allsopp)

  • #234: add "afl_instrument" and "afl_inst_ratio" flags for corresponding
    ocamlopt options.
    (Jeremy Yallop)

  • #237: extend cc/ccopt/cclib flags to apply to "ocaml" compilation as well,
    as tweaking the C linker can be required for pure-OCaml projects -- see #236
    (Gabriel Scherer, report by Nathan Rebours)

  • #253: only run native tests if ocamlopt is available.
    (Ximin Luo, review by whitequark and Gabriel Scherer)

  • #256, #258: pass -keep-docs and -keep-locs when using -pack
    (Gabriel Scherer, report by Vincent Jacques)

  • #257, #259: add _opam to the list of directories ignored by default;
    it is used for package-local opam switches
    (Gabriel Scherer, request by Edwin Török)