Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package ocaml-version.3.7.0 #26834

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

mtelvers
Copy link
Contributor

@mtelvers mtelvers commented Nov 4, 2024

ocaml-version.3.7.0

Manipulate, parse and generate OCaml compiler version strings
This library provides facilities to parse version numbers of the OCaml compiler, and enumerates the various official OCaml releases and configuration variants.

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:

  • Functions to parse and serialise OCaml compiler version numbers.
  • Enumeration of official OCaml compiler version releases.
  • Test compiler versions for a particular feature (e.g. the bytes type)
  • opam compiler switch enumeration.

Further information



🐫 Pull-request generated by opam-publish v2.4.0

@shonfeder
Copy link
Collaborator

Looks great! The revdep is irrelevant.

@shonfeder shonfeder merged commit 654ee10 into ocaml:master Nov 5, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants