package ocaml-version

  1. Overview
  2. Docs

Determine which release a feature or architecture first appeared in.

val bytes : t

bytes is the release that the Bytes module first appeared in.

val arch : arch -> t

arch a will return the first release of OCaml that the architecture was reasonably stably supported on.

val options_packages : t

options_packages t will return the first release of OCaml that uses ocaml-option-* packages in opam-repository, rather than +variant packages