$ opam depext --version
0.9.1
this is ok:
$ opam depext conf-gmp -n
# Detecting depexts using flags: x86_64 osx homebrew
# The following system packages are needed:
# - gmp
this is ok:
$ opam depext conf-gmp.1 -n
# Detecting depexts using flags: x86_64 osx homebrew
# The following system packages are needed:
# - gmp
this is ok:
$ opam depext conf-gmp=1 -n
# Detecting depexts using flags: x86_64 osx homebrew
# The following system packages are needed:
# - gmp
this is not:
$ opam depext 'conf-gmp>=1' -n
# Detecting depexts using flags: x86_64 osx homebrew
# No extra OS packages requirements found.
this is ok:
this is ok:
this is ok:
this is not: