-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 apron.0.9.14-beta1 #24074
Package apron.0.9.14-beta1 #24074
Conversation
It should be OK to remove the references to For elina 1.3, the checksum is wrong (or maybe the archive changed since the Opam package was made). I guess it should be fixed on the elina package? For the macos-homebrew-ocaml-4.14-arm64, GMP is not found. No sure how to fix this. For OCaml 5, it is supported by this version of Apron, but the mlgmpidl version with OCaml 5 support (on which Apron depends) does not seem to be in Opam yet. See nberth/mlgmpidl#17 |
Yes, we should look for the old tarball on the cache or software heritage, upload it on opam-source-archives and link to that. This can be done separately and does not depend on this PR |
@antoinemine can you move the opam file from |
I'm following the instructions at https://opam.ocaml.org/doc/Packaging.html for packages developed on GitHub. |
You can keep the tag with a dash, but use the tilde for the opam folder |
I think |
OK, I will try a new |
#24090 should take care of this. Closing... |
apron.0.9.14-beta1
APRON numerical abstract domain library
Apron is a library to represent properties of numeric variables, such as variable bounds or linear relations between variables, and to manipulate these properties through semantic operations, such as variable assignments, tests, conjunctions, entailment. Apron is intended to be used in static program analyzers, in order to infer invariants of numeric variables, i.e., properties that hold for all executions of a program. It is based on the theory of Abstract Interpretation.
🐫 Pull-request generated by opam-publish v2.2.0