package ocaml-version

  1. Overview
  2. Docs
Manipulate, parse and generate OCaml compiler version strings

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-version-4.0.1.tbz
md5=7ac431b54bf48cc4340885acb37143fa
sha512=e2faa6f55cfeb305d4cdeb8b9f0ee87098c69f835b42dcebf4dfa1f865ce1e213fbd4e5de7bb4d4efaf9339fd0965380b1f7ea9a1e98131caed3ffaadf873b96

doc/ocaml-version/Ocaml_version/Since/index.html

Module Ocaml_version.SinceSource

Determine which release a feature or architecture first appeared in.

Sourceval bytes : t

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

Sourceval arch : arch -> t

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

Sourceval 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

OCaml

Innovation. Community. Security.