Crate alpm

Source
Expand description

§Alpm

See Alpm as the base type to interact with alpm.

§alpm.rs - rust bindings for libalpm

Latest version Documentation

alpm.rs provides complete, safe, ergonomic bindings to the libalpm API, the package management library used by pacman and other tools.

§Features

  • mtree - enables the alpm_pkg_mtree_* functions
  • generate - generate the raw alpm-sys bindings at build time
  • checkver - check that the version of libalpm installed is compatible with alpm.rs
  • git - target the git master API
  • static - statically link to libalpm

Note: checkver does not work with the git feature. You can instead use the generate feature to ensure alpm.rs builds against a compatible libalpm version.

§libalpm compatibility

alpm.rs always targets the latest version of libalpm. It may also support previous versions if the API was not changed.

alpm.rs also supports the pacman git master via the git feature.

Currently alpm.rs supports libalpm v15.x.x.

Note: When using the git feature, alpm.rs is updated against the libalpm git master as commits happen. As the git version is not considered stable software, this is done without bumping the major version.

§Documentation

This crate just provides bindings for libalpm and hence does not document libalpm. You can find documentation for libalpm in the libalpm (3) man page or in alpm.h.

There are also examples on how to use the alpm crate in alpm/examples.

§alpm-sys

This repo also contains the alpm-sys crate, providing raw bindings for libalpm. Although you probably just want to use the alpm crate instead.

Macros§

log_action
Logs a formatted message.

Structs§

AddError
Alpm
AlpmList
AlpmListMut
AnyDownloadEvent
AnyEvent
AnyQuestion
Backup
Capabilities
ChangeLog
ChecksumError
CommitError
Conflict
ConflictQuestion
CorruptedQuestion
DatabaseMissingEvent
Db
DbMut
Dep
DepMissing
Depend
DependMissing
DownloadEventCompleted
DownloadEventInit
DownloadEventProgress
DownloadEventRetry
File
FileConflict
FileList
Group
HookEvent
HookRunEvent
ImportKeyQuestion
InstallIgnorepkgQuestion
IntoIter
Iter
LoadedPackage
LogLevel
OptDepRemovalEvent
OwnedConflict
OwnedFileConflict
Package
PackageOperationEvent
PackageValidation
PacnewCreatedEvent
PacsaveCreatedEvent
PgpKey
Pkg
PkgDownloadEvent
PkgRetrieveEvent
PrepareError
RawDlCb
RawEventCb
RawFetchCb
RawLogCb
RawProgressCb
RawQuestionCb
ReleaseError
RemovePkgsQuestion
ReplaceQuestion
ScriptletInfoEvent
SelectProviderQuestion
SigLevel
SigList
SigResult
Signature
SignatureDecodeError
TransFlag
Usage
Ver
Version

Enums§

CommitData
DepMod
DepModVer
DownloadEvent
DownloadEventType
DownloadResult
Error
Event
EventType
FetchResult
FileConflictType
HookWhen
Match
PackageFrom
PackageOperation
PackageReason
PrepareData
Progress
Question
QuestionType
SigStatus
SigValidity

Traits§

AsAlpmList

Functions§

compute_md5sum
compute_sha256sum
decode_signature
vercmp
version

Type Aliases§

Result
VaList