You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
synopsis: "Manipulate, parse and generate OCaml compiler version strings"
3
+
description: """
4
+
This library provides facilities to parse version numbers of the OCaml compiler, and enumerates the various official OCaml releases and configuration variants.
5
+
6
+
OCaml version numbers are of the form `major.minor.patch+extra`, where the `patch` and `extra` fields are optional. This library offers the following functionality:
7
+
8
+
- Functions to parse and serialise OCaml compiler version numbers.
9
+
- Enumeration of official OCaml compiler version releases.
10
+
- Test compiler versions for a particular feature (e.g. the `bytes` type)
0 commit comments