Expand description
Contains structs and functions to parse Debian-styled RFC 822 files.
Structs§
- Parser
Error - The result of a parsing error.
- TagSection
- A section in a TagFile. A TagFile is made up of double-newline (
\n\n
) separated paragraphs, each of which make up one of these sections.
Functions§
- parse_
tagfile - Parses a TagFile: these are files such as Debian
control
andPackages
files.