Module tagfile

Source
Expand description

Contains structs and functions to parse Debian-styled RFC 822 files.

Structs§

ParserError
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 and Packages files.