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§
- lints 🔒Linter helper functions.
- Handling of metadata found in a
pkgname
section of SRCINFO data. - Handling of metadata found in the
pkgbase
section of SRCINFO data. - Custom package relationship types.
Structs§
- The representation of SRCINFO data.
- Wraps the outcome of
SourceInfo::from_string
.