Expand description
Parser for alpm-db-desc files.
Enumsยง
- Section
- A single logical section from a database desc file.
- Section
Keyword - A known section name in an alpm-db-desc file.
Functionsยง
- newlines ๐
- One or multiple newlines.
- opt_
value ๐ - Parses a single optional value from the input.
- section ๐
- Parses a single
%SECTION%block and returns aSectionvariant. - sections ๐
- Parses all
%SECTION%blocks from the given input into a list ofSections. - value ๐
- Parses a single value from the input.
- values ๐
- Parses a list of values from the input.