Skip to content

Releases: camlp4/camlp4

5.4

06 Oct 15:29
9cc7bfd

Choose a tag to compare

5.4+1

Upgrade to OCaml 5.4 (#169)

5.3

20 Dec 19:44
47e8a7c

Choose a tag to compare

5.3
Upgrade to OCaml 5.3 (#168)

Co-authored-by: Phong Le <[email protected]>

5.2

04 Jul 14:19
62236c7

Choose a tag to compare

5.2
5.2+1

5.2+1

5.1

09 May 12:49
8642653

Choose a tag to compare

5.1
Merge pull request #166 from jchavarri/ocaml-510

Add support for OCaml 5.1

Support for new 4.02 features

02 Sep 12:11

Choose a tag to compare

  • support syntax for extensible types
  • support syntax for match...with constructions with exception clauses
  • support for the M() syntax in module expressions

First 4.02.0-compatible release candidate

27 Aug 10:44

Choose a tag to compare

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

01 Sep 12:34

Choose a tag to compare

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.