alpm_srcinfo

Module parser

Source
Expand description

The parser for SRCINFO data.

It returns a rather raw line-based, but already typed representation of the contents. The representation is not useful for end-users as it provides data that is not yet validated.

Structsยง

Enumsยง

Functionsยง

  • Recognizes and returns the architecture suffix of a keyword, if it exists.
  • delimiter ๐Ÿ”’
    Recognizes the = delimiter between keywords.
  • till_line_end ๐Ÿ”’
    Recognizes all content until the end of line.