ocaml-opam / opam-depext

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

local use #54

Closed fxfactorial closed 7 years ago

fxfactorial commented 8 years ago

I have a depext usage of ["source" "linux" "osx"] and I want to test it locally but not finding a way, even with opam pin.

Is this feature supported?

AltGr commented 7 years ago

If you're still after the answer: tags are an AND, so "linux" "osx" is unlikely to ever match. Pinning your package should otherwise work: use opam-depext PKG to check for your current system's flags (as listed by opam-depext --flags), or opam list --external=TAGS PKG to only list the inferred system packages names.