-
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
new file: packages/orf/orf.1.0.1/opam #22843
Conversation
compiles w/ ocaml-5 and many other versions probably
The 1.0.1 tag/archive doesn’t exist |
Sorry, now it does; forgot to push the tags. |
There are lower bound issues re:
You probably either need to depend on OCaml >= 4.12, or add a dependency to a stdlib compatibility package. There are also some lower-bounds issues with a
I don't know where that comes from. You probably just need to add some lower bound constraint to whatever package pulls this in. |
@UnixJunkie would you mind taking a look at the issues above please, or closing this? |
Hi @UnixJunkie do you mind to revisit this PR? If you want to go with the approach to add lower bounds, https://github.com/ocaml/opam-repository/wiki/Lower-bound-check---DYI might be useful. |
More lower bounds issues -- @UnixJunkie would you mind looking at those?
|
Co-authored-by: Shon Feder <shon.feder@gmail.com>
@shonfeder ok, let's try |
That took care of the bounds checks! We are also seeing a failure on windows https://github.com/ocaml/opam-repository/actions/runs/9589562081/job/26443537300
But that looks to be an issue with conf-autoconf. The last thing here looks to be checksum, which should be updated to accord with the new policy:
Once that is done this should be good to go. Thanks for your patience in getting the package configured, and for taking the time to share this :) |
use a sha256 sum instead of md5
this is now using a sha256 checksum instead of md5 |
Thank you! |
The windows CI failure should be addressed by https://github.com/ocaml/opam-repository/pull/26140/files (iiuc) |
Thank you for the contribution! |
compiles w/ ocaml-5 and many other versions probably