ocaml-opam / opam-depext

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

Make package system behaviour consistent accross platforms #123

Closed kit-ty-kate closed 4 years ago

kit-ty-kate commented 4 years ago

This is a port of https://github.com/ocaml/opam/pull/4168 back to opam-depext 2.0.

Funny enough I ran into the issue with the experimental freebsd CI in opam-repository: https://travis-ci.org/github/ocaml/opam-repository/jobs/682282143. pkg waited forever for an input from <user> (which cannot be there in CI) and the whole process failed.

So at the very least this PR should make opam-depext usable in CI on the BSDs and Archlinux.