Crate aur_depends

Source
Expand description

§aur-depend

aur-depends is a dependency solving library for the AUR

See Resolver for more info.

Structs§

Actions
The response from resolving dependencies.
AurBase
Describes an AUR package base.
AurUpdate
An AUR package that should be updated.
Conflict
A conflict
Conflicting
A package that has conflicted with something
DepMissing
Describes a package in the package stack.
Flags
Config options for Handle.
Missing
A package that could not be resolved.
Package
Wrapper around a package for extra metadata.
PkgbuildPackages
Packages from a pkgbuild repo.
PkgbuildRepo
A pkgbuild repo.
PkgbuildUpdate
A pkgbuild should be updated.
Resolver
Resolver is the main type for resolving dependencies
Unneeded
Information about an up to date package
Updates
Collection of AUR updates and missing packages.

Enums§

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

Type Aliases§

AurPackage
Wrapper around ArcPackage for extra metadata.
Pkgbuild
Wrapper around Srcinfo for extra metadata.
RepoPackage
Wrapper around alpm::Package for extra metadata.