ocaml-opam / opam-depext

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

opam 2.1 integration #142

Closed rjbou closed 2 years ago

rjbou commented 3 years ago

When opam depext is called with opam 2.1, it uses opam' internal depext mechanism (by calling opam for each features). Options are kept unchanged. fix #141 & ocaml/opam#4854

AltGr commented 3 years ago

Thanks! Maybe worth adding a note in the 2.1 case: You are using opam 2.1, where external dependency handling has been integrated: consider calling opam directly, the "depext" plugin interface is provided for backwards compatibility only

rjbou commented 3 years ago

added!