Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
0.13.0 (8 Sep 2018):
OCamlbuild 0.13.0 contains new features (
ppopt(..)
andppxopt(...)
flags,ocamlbuild options) and bugfixes (to pack production, for 4.08+dev support).
ppopt and ppxopt options #45, MPR#6103: Add ocamlbuild support for ocamlfind's -ppopt option #190: add ppopt(arg) and ppxopt(package,arg) when -use-ocamlfind
(Gabriel Scherer, review by whitequark,
request by Gabriel Scherer, Gabriel Radanne and Pavel Argentov)
How to generate only a statically linked clib? #268, #268: add flag support for ocamlmklib options #269: add flag support for some ocamlmklib options:
custom, debug, failsafe, linkall, ccopt(..), cclib(..), rpath(..), ldopt(..)
(Gabriel Scherer, report by Hannes Mehnert, review by whitequark)
pack
action must also passpackage(...)
options to ocamlfind #272: add the "link" tag to "pack" actionsInstead of a separate category, "pack" is now another form of linking
like "program", "library", "toplevel" and "output_obj". This fixes
the issue that package(...) tags where not passed at pack-production
time, spotted by Jérémie Dimino. More generally, this extends
the meaning of all "link" flags to "pack", which seems to be the correct
behavior for all the rules we inspected.
(Gabriel Scherer, original issue diagnosis by Jérémie Dimino)
typo #278: typo fixes in the manual
(Xinzhe Yang)
Fix compilation for OCaml 4.08 #282: fix compilation with trunk OCaml (4.08+dev)
(Xavier Clerc and Nandor Licker)