DarkMatter.Deps.version_match-question-mark

You're seeing just the function version_match-question-mark, go back to DarkMatter.Deps module for more information.
Link to this function

version_match?(dependency, semversion)

View Source

Specs

version_match?(atom(), String.t()) :: boolean()

Check if a given dependency has a version matching the semversion.

Examples

iex> version_match?(:dark_matter, ">= 0.0.0")
true

iex> version_match?(:dark_matter, "<= 0.0.0")
false