alpm-srcinfo 0.6.3

Library and command line tool for the specification and parsing of ALPM .SRCINFO files
Documentation
1
2
3
4
5
6
7
8
9
10
11
---
source: alpm-srcinfo/tests/parse_errors.rs
description: "# Immediately start with the pkgname. A pkgbase is required first.\npkgname = test\n    desc = \"Test library\"\n\n"
expression: "format!(\"{error}\")"
---
File parsing error:
parse error at line 2, column 1
  |
2 | pkgname = test
  | ^
invalid pkgbase section header