package ocaml-version
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=d63ca1c3970d6b14057f7176bfdae623e6c0176287c6a6e8b78cf50e2f7f635b
sha512=7b5f475897b1c560c81d322ca77b80099025102ec4163b410518e32dce0d6decf7c2ef671f795932bc173741b20bb442e07b182583423d2c990c632c921be5df
doc/ocaml-version/Ocaml_version/Releases/index.html
Module Ocaml_version.ReleasesSource
Values representing official releases of OCaml.
all_patches is an enumeration of all OCaml releases, including every patch release. To get the major and minor releases with the latest patch version, use all instead.
all is an enumeration of all the OCaml releases, with the latest patch versions in each major and minor release.
Enumerates the latest beta / release-candidate versions for each unreleased minor OCaml series.
Enumeration of the latest development OCaml releases. This is usually just one, but may include two active dev versions if a release branch has just been cut.
recent is the last eight releases of OCaml, with each at the latest patch level. This is the set that is most reliably tested in the opam package repository.
recent_with_dev are the last eight stable releases of OCaml and the latest development branches.