Documentation
¶
Overview ¶
Package deb822 provides a streaming parser for RFC-822-style multi-stanza key/value format used by Debian package metadata (apt Packages files, dpkg status, etc.).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Parse ¶
Parse calls fn for each stanza in r. Returning an error from fn aborts. Empty lines separate stanzas. Lines starting with '#' are comments (skipped at top level only). Continuation lines (start with space/tab) append to the previous field. A " ." (space + dot) continuation line is a blank-line marker; translate to a literal blank line in the value.
Types ¶
Click to show internal directories.
Click to hide internal directories.