Crate aur_depends

source ·
Expand description

aur-depend

aur-depends is a dependency solving library for the AUR

See Resolver for more info.

Structs

The response from resolving dependencies.
Describes an AUR package base.
An AUR package that should be updated.
Collection of AUR updates and missing packages
A conflict
A package that has conflicted with something
Packages from a custom repo.
An custom package that should be updated.
Collection of custom updates and missing packages
Describes a package in the package stack.
Config options for Handle.
An alpm Db+Group pair passed to the group callback.
A package that could not be resolved.
Wrapper around a package for extra metadata.
A custom repo.
Resolver is the main type for resolving dependencies
Information about an up to date package

Enums

A package base. This descripes packages that should be built then installed.
The error type for aur-depends.

Type Definitions

Wrapper around ArcPackage for extra metadata.
Wrapper around Srcinfo for extra metadata.
Wrapper around alpm::Package for extra metadata.