Open bobot opened 9 years ago
This sounds very sensible indeed. Pull request most welcome!
This package is now deprecated in favour of opam depext
in https://github.com/ocaml/opam-depext. Any chance you could create this issue there? I think the functionality is still most welcome, and easier to add into the new OCaml-based plugin.
Making it harder to not break opam-installed software seems a yummy proposition.
The debian script use
sudo apt-get install -qq -y $depext
. So$depext
is said to be manually installed without any informations about the reason. Months later one will forget and remove it because no debian package needs$depext
, and days later one try to use a program (installed with opam) that is not working anymore.Could the debian script use equivs that allows to create metapackage? Are you open to such merge-request?
Benefits:
An example for lablgtk: the command
equivs-build opam-lablgtk-dep
createsopam-lablgtk-dep_1.0_all.deb
.cat opam-lablgtk-dep
:aptitude show opam-lablgtk-dep
: