ocaml-opam / opam-depext

Attempt to automate the installation of system packages required by OPAM packages
Other
33 stars 28 forks source link

opam-depext 1.2 for opam 2.1.0+ #141

Closed dra27 closed 2 years ago

dra27 commented 3 years ago

The opam-depext plugin is disabled for opam 2.1, but this creates a slight CLI issue originally tracked in https://github.com/ocaml/opam/issues/4778.

Conclusion is that we'll release a version of opam-depext which is only for opam 2.1.0+ which will invoke opam with --no-depexts. The package itself will warn opam 2.1 users that they shouldn't have installed it (since it will continue to carry the major wart of opam 2.0 in that it calls the solver twice and may result in a different solution).