Module writer

Source
Expand description

Write implementation for SourceInfo.

Functionsยง

pkgbase_architecture_properties ๐Ÿ”’
Appends a PackageBaseArchitecture based on an Architecture in SRCINFO format to a String.
pkgbase_section ๐Ÿ”’
Appends a PackageBase in SRCINFO format to a String.
pkgname_architecture_properties ๐Ÿ”’
Appends a PackageArchitecture based on an Architecture in SRCINFO format to a String.
pkgname_section ๐Ÿ”’
Appends a Package with an Architecture in SRCINFO format to a String.
push_key_value ๐Ÿ”’
Pushes a key-value pair to a String.
push_optional_value ๐Ÿ”’
Pushes a key-value pair to a String, if it is set.
push_override_value ๐Ÿ”’
Pushes an override key-value pair in SRCINFO format to a String.
push_override_value_list ๐Ÿ”’
Pushes a list of override key-value pairs in SRCINFO format to a String.
push_section ๐Ÿ”’
Pushes a section header to a String.
push_value_list ๐Ÿ”’
Pushes a list of key-value pairs in SRCINFO format to a String.