Releases: camlp4/camlp4
5.4
5.3
Upgrade to OCaml 5.3 (#168) Co-authored-by: Phong Le <[email protected]>
5.2
5.2+1 5.2+1
5.1
Merge pull request #166 from jchavarri/ocaml-510 Add support for OCaml 5.1
Support for new 4.02 features
- support syntax for extensible types
- support syntax for
match...withconstructions with exception clauses - support for the
M()syntax in module expressions
First 4.02.0-compatible release candidate
This is the first release of camlp4 that installs as an separate package from the main OCaml distribution. It is only compatible with OCaml 4.02.0 -- please use the builtin version of camlp4 in earlier revisions of the OCaml compiler, or the trunk version of this repository for later development versions.
Camlp4 now installs using the ocamlfind utility so that it can be managed like any other OCaml library. If you have already been using ocamlfind to discover the location of camlp4 in your build system, then it should just work. However, if your library uses +I camlp4 to reference the directory directly, it will no longer work. Please patch your build to use ocamlfind instead.
First external release
This is the first release of camlp4 that installs as an separate package from the main OCaml distribution. It is only compatible with OCaml 4.02.0 -- please use the builtin version of camlp4 in earlier revisions of the OCaml compiler, or the trunk version of this repository for later development versions.