Releases: ocurrent/ocaml-version
Releases · ocurrent/ocaml-version
v2.6.0
v2.5.0
CHANGES:
- Add OCaml 4.09.1 and 4.10.0 releases (@avsm @kit-ty-kate).
- Add
equal
function to test versions for equality (#7 @kit-ty-kate) - Add a top-level printer hint for
Ocaml_version.t
(@avsm)
v2.4.0
v2.3.0
Add OCaml 4.08.1
CHANGES:
- Add OCaml 4.08.1 release
v2.1.0
v2.0.0
CHANGES:
- Reinstate OCaml 4.02 to the "recent" list after a request
from @dra27. This means that all the supported OCaml compilers
for Dune will be present in a single container. - Add support for 4.09 now that 4.08 has branched.
- Use
+trunk
in the suffix for opam dev version packages. - Add
Releases.is_dev
to make it easier to spot a dev release.
v1.0.0
CHANGES:
- Add ARM32 (aarch32, arm32v7) architecture.
- Add more OCaml 4.07.[0,1] functions and mark it as latest stable.
- Port to Dune from Jbuilder.
- Add several modules related to compiler configuration, in order
to faciliate mechanical generation of opam2 compiler packages. - Drop support for opam 1.2.x in favour of opam 2.0.0.
- Update opam metadata to 2.0 format.
Add PowerPC architecture
Add PowerPC 64 LE architecture information.
Add 4.06/7/8 metadata and opam2 support
- Add OCaml 4.06.1 release.
- Add metadata for OCaml 4.08 development.
- Add an Opam.V2 module for opam 2.0 package names for compilers.
- Add a
without_patch
function to remove patch information. - Add
with_patch
function to manipulate patch information.