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"
20
4
description: """
21
-
This library provides facilities to parse version numbers of the OCaml
22
-
compiler, and enumerates the various official OCaml releases and configuration
23
-
variants.
5
+
This library provides facilities to parse version numbers of the OCaml compiler, and enumerates the various official OCaml releases and configuration variants.
24
6
25
-
OCaml version numbers are of the form `major.minor.patch+extra`, where the
26
-
`patch` and `extra` fields are optional. This library offers the following
27
-
functionality:
7
+
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:
28
8
29
9
- Functions to parse and serialise OCaml compiler version numbers.
30
10
- Enumeration of official OCaml compiler version releases.
@@ -33,8 +13,35 @@ functionality:
33
13
34
14
### Further information
35
15
36
-
- **Discussion:** Post on <https://discuss.ocaml.org/> with the `ocaml` tag under
37
-
the Ecosystem category.
16
+
- **Discussion:** Post on <https://discuss.ocaml.org/> with the `ocaml` tag under the Ecosystem category.
0 commit comments