val v4_00_1 : tVersion 4.00.1
val v4_00 : tLatest release in the 4.00.x series
val v4_01_0 : tVersion 4.01.0
val v4_01 : tLatest release in the 4.01.x series
val v4_02_0 : tVersion 4.02.0
val v4_02_1 : tVersion 4.02.1
val v4_02_2 : tVersion 4.02.2
val v4_02_3 : tVersion 4.02.3
val v4_02 : tLatest release in the 4.02.x series
val v4_03_0 : tVersion 4.03.0
val v4_03 : tLatest release in the 4.03.x series
val v4_04_0 : tVersion 4.04.0
val v4_04_1 : tVersion 4.04.1
val v4_04_2 : tVersion 4.04.2
val v4_04 : tLatest release in the 4.04.x series
val v4_05_0 : tVersion 4.05.0
val v4_05 : tLatest release in the 4.05.x series
val v4_06_0 : tVersion 4.06.0
val v4_06_1 : tVersion 4.06.1
val v4_06 : tLatest release in the 4.06.x series
val v4_07_0 : tVersion 4.07.0
val v4_07_1 : tVersion 4.07.1
val v4_07 : tLatest release in the 4.07.x series
val v4_08_0 : tVersior 4.08.0
val v4_08 : tLatest release in the 4.08.x series
val v4_09_0 : tVersion 4.09.0
val v4_09_1 : tVersion 4.09.1
val v4_09 : tLatest release in the 4.09.x series
val v4_10_0 : tVersion 4.10.0
val v4_10 : tLatest release in the 4.10.x series
val v4_11_0 : tVersion 4.11.0
val v4_11 : tLatest release in the 4.11.x series
val v4_12 : tLatest release in the 4.12.x series
val all_patches : t listall_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.
val all : t listall is an enumeration of all the OCaml releases, with the latest patch versions in each major and minor release.
val unreleased_betas : t listEnumerates the latest beta / release-candidate versions for each unreleased minor OCaml series.
val dev : t listEnumeration 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.
val latest : tlatest is the most recent stable release of OCaml.
val recent : t listrecent 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.
val recent_with_dev : t listrecent_with_dev are the last eight stable releases of OCaml and the latest development branches.
val is_dev : t -> boolis_dev t will return true if the release t represents a development release instead of a stable archive.