[][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.

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

Enums

Error

The error type for aur-depends.

Type Definitions

AurPackage

Wrapper around raur_ext::Package for extra metadata.

RepoPackage

Wrapper around alpm::Package for extra metadata.