Module v1

Source
Expand description

Contains the second parsing and linting pass.

The raw representation from the parser module is brought into a proper struct-based representation that fully represents the SRCINFO data (apart from comments and empty lines).

Modules§

merged
Provides fully resolved package metadata derived from SRCINFO data.
package
Handling of metadata found in a pkgname section of SRCINFO data.
package_base
Handling of metadata found in the pkgbase section of SRCINFO data.

Structs§

SourceInfoResult
Wraps the outcome of SourceInfoV1::from_string.
SourceInfoV1
The representation of SRCINFO data.