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.3 #27233

Merged
merged 2 commits into from
Jan 8, 2025

Conversation

mtelvers
Copy link
Contributor

@mtelvers mtelvers commented Jan 8, 2025

ocaml-version.3.7.3

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

Copy link
Contributor

@shonfeder shonfeder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, Mark!

@shonfeder shonfeder merged commit 3bf6458 into ocaml:master Jan 8, 2025
3 of 4 checks passed
@mtelvers mtelvers deleted the opam-publish-ocaml-version.3.7.3 branch January 9, 2025 08:33
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