ocaml-opam / opam-depext

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

Support dep variables and 2.0.0~beta5 command-line format #81

Closed AltGr closed 3 years ago

AltGr commented 7 years ago

This is not backwards compatible. The system analysis and generation of the variable is done according to https://github.com/ocaml/opam/issues/3058 (https://gist.github.com/AltGr/5bfc8cea6f01e74b95de79ceaba39369), but is intended to be moved to opam at some point.

When that happens, this tool will be limited to handling the various package managers, deciding from the opam variables using e.g. opam var os-distribution.

Note that this drops support for "source" tags, which aren't supported by beta5 anymore.

avsm commented 7 years ago

Going to merge this soon and work on the remaining problems in trunk...

dra27 commented 3 years ago

This got pushed directly (or otherwise merged in https://github.com/ocaml-opam/opam-depext/commit/23abbd0b95510e1f6d999555e47aba8d94df403a) a loooooong time ago