Skip to content

Support opam package constraint format #47

@samoht

Description

@samoht
$ 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions