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§
- Source
Info Result - Wraps the outcome of
SourceInfoV1::from_string
. - Source
Info V1 - The representation of SRCINFO data.