Module desc

Module desc 

Source
Expand description

Handling of alpm-repo-desc file format versions.

Modulesยง

file ๐Ÿ”’
File handling for alpm-repo-desc files.
parser ๐Ÿ”’
Parser for alpm-repo-desc files.
schema ๐Ÿ”’
Schema definition for the alpm-repo-desc file format.
v1 ๐Ÿ”’
Representation of the package repository desc file v1 (alpm-repo-descv1).
v2 ๐Ÿ”’
Representation of the package repository desc file v2 (alpm-repo-descv2).

Structsยง

RepoDescFileV1
Representation of files following the alpm-repo-descv1 specification.
RepoDescFileV2
Representation of files following the alpm-repo-descv2 specification.

Enumsยง

RepoDescFile
A representation of the alpm-repo-desc file format.
RepoDescSchema
An enum describing all valid alpm-repo-desc schemas.
Section
A single logical section from a repo desc file.
SectionKeyword
A known section name in an alpm-repo-desc file.