Expand description
Functions for working with package relations.
Functionsยง
- ensure_
exact_ version - Update a relation string to depend on a specific version.
- ensure_
minimum_ version - Update a relation string to ensure a particular version is required.
- ensure_
relation - Ensure that a relation exists.
- ensure_
some_ version - Ensure that a relation exists for a particular package.
- is_
dep_ implied - Check if one dependency is implied by another.
- is_
relation_ implied - Check if one relation implies another.