Expand description
The parser for SRCINFO data.
It returns a rather raw line-based, but already typed representation of the contents. The representation is not useful for end-users as it provides data that is not yet validated.
Structsยง
- An arbitrarily typed attribute that is specific to an alpm-architecture.
- The parsed contents of a
pkgname
section in SRCINFO data. - The parsed contents of a
pkgbase
section in SRCINFO data. - A representation of all high-level components of parsed SRCINFO data.
Enumsยง
- Properties used in
pkgname
sections that can be cleared. - Track empty/comment lines
- Keywords that are exclusive to the
pkgbase
section in SRCINFO data. - All possible properties of a
pkgbase
section in SRCINFO data. - All possible properties of a
pkgname
section in SRCINFO data. - Keywords that describe alpm-package-relations.
- Properties related to package relations.
- Keywords that may exist both in
pkgbase
andpkgname
sections in SRCINFO data. - Metadata properties that may be shared between
pkgbase
andpkgname
sections in SRCINFO data. - Package source keywords that are exclusive to the
pkgbase
section in SRCINFO data. - Properties related to package sources.
Functionsยง
- architecture_
suffix ๐Recognizes and returns the architecture suffix of a keyword, if it exists. - delimiter ๐Recognizes the
=
delimiter between keywords. - till_
line_ ๐end Recognizes all content until the end of line.