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 smtml.0.1.2 #26113

Merged
merged 3 commits into from
Jun 24, 2024
Merged

Package smtml.0.1.2 #26113

merged 3 commits into from
Jun 24, 2024

Conversation

filipeom
Copy link
Contributor

smtml.0.1.2

A Front-end library for SMT solvers in OCaml
A Multi Back-end Front-end for SMT Solvers in OCaml.



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

@filipeom filipeom force-pushed the opam-publish-smtml.0.1.2 branch 2 times, most recently from 9dc53ce to c18f5a4 Compare June 18, 2024 09:12
@filipeom
Copy link
Contributor Author

filipeom commented Jun 19, 2024

The CI problem seems unrelated to this specific package. It's due to ocaml_intrinsics failing to build on arm64-ocaml-5.2. I've searched the opam manual but couldn't find this. In the available field, is there a way to specify (os = "arm64" & ocaml < 5.2)?

@raphael-proust
Copy link
Collaborator

@filipeom You can use ocaml-version in the available field. So it'd be

available: arch != "arm64" | ocaml-version != "5.2"

Or something along these lines.

@filipeom filipeom force-pushed the opam-publish-smtml.0.1.2 branch 2 times, most recently from dbed61f to 8f1550e Compare June 19, 2024 14:21
@filipeom
Copy link
Contributor Author

filipeom commented Jun 19, 2024

@filipeom You can use ocaml-version in the available field. So it'd be

available: arch != "arm64" | ocaml-version != "5.2"

Or something along these lines.

This worked but then the linter was complaining that ocaml-version is deprecated to I just constrained ocaml_intrinsics < "v0.17.0"

@zapashcanon
Copy link
Contributor

Shouldn't the constraint be added to ocaml_intrinsics instead ?

@avsm avsm merged commit fcebbdc into ocaml:master Jun 24, 2024
3 checks passed
@avsm
Copy link
Member

avsm commented Jun 24, 2024

Thanks! You may want to announce this on https://discuss.ocaml.org, where we have a Community category and an announce tag for this purpose.

@filipeom filipeom deleted the opam-publish-smtml.0.1.2 branch June 24, 2024 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants