[][src]Crate aur_depends

aur-depend

aur-depends is a dependency solving library for the AUR

See Resolver for more info.

Structs

Actions

The response from resolving dependencies.

AurUpdate

An AUR package that should be updated.

AurUpdates

Collection of AUR updates and missing packages

Base

A package base.

Conflict

A conflict

Conflicting

A package that has conflicted with something

Flags

Config options for Handle.

Group

An alpm Db+Group pair passed to the group callback.

Missing

A package that could not be resolved.

Package

Wrapper around a package for extra metadata.

Resolver

Resolver is the main type for resolving dependencies

Unneeded

Information about an up to date package

Enums

Error

The error type for aur-depends.

Type Definitions

AurPackage

Wrapper around ArcPackage for extra metadata.

RepoPackage

Wrapper around alpm::Package for extra metadata.