Crate aur_depends

Crate aur_depends 

Source
Expand description

ยงaur-depend

aur-depends is a dependency solving library for the AUR

See Resolver for more info.

Modulesยง

actions ๐Ÿ”’
base ๐Ÿ”’
cb ๐Ÿ”’
error ๐Ÿ”’
pkgbuild ๐Ÿ”’
resolve ๐Ÿ”’
satisfies ๐Ÿ”’
upgrade ๐Ÿ”’

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.