Expand description
Convert untyped and unchecked BridgeOutput into a well-formed SourceInfoV1.
Modulesยง
- error
- The error types used in the scope of
alpm-pkgbuild-bridgeoutput logic. - package ๐
- Convert parsed
BridgeOutput::packagesoutput intoPackages. - package_
base ๐ - Convert parsed
BridgeOutput::package_baseoutput into aPackageBase.
Functionsยง
- ensure_
keyword_ ๐exists - Ensures a
Keywordexists in aHashMap, removes it and returns it. - ensure_
no_ ๐suffix - Ensures that a combination of a
Keywordand an optionalSystemArchitecturedoes not use anSystemArchitecture. - ensure_
single_ ๐value - Ensures that a combination of
KeywordandValueuses aValue::Singleand returns the value. - parse_
arch_ ๐array - Parses a
ValueasArchitectures. - parse_
optional_ ๐value - Ensures a combination of
KeywordandValueuses aValue::Singleand parses the value as a specific, but optional type. - parse_
value ๐ - Ensures that a combination of
KeywordandValueuses aValue::Singleand parses the value as a specific type. - parse_
value_ ๐array - Parses a
Valueas aVecof specific types.