Crate aur_depends[][src]

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.

An AUR package that should be updated.

Collection of AUR updates and missing packages

A package base.

A conflict

A package that has conflicted with something

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.

Resolver is the main type for resolving dependencies

Information about an up to date package

Enums

The error type for aur-depends.

Type Definitions

Wrapper around ArcPackage for extra metadata.

Wrapper around alpm::Package for extra metadata.