ocaml / opam

opam is a source-based package manager. It supports multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly development workflow.
https://opam.ocaml.org
Other
1.21k stars 348 forks source link

CI checks for API users #6044

Open dra27 opened 1 week ago

dra27 commented 1 week ago

The change of signature for OpamStateConfig.opamroot in #5457 breaks opam-dune-lint. This can of course be worked around, but we should put some of the released versions of packages like this into CI to catch this kind of error in future.