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: "pkgbase = test\n\tpkgver = 1.0.0\n\tpkgrel = 1\n\n# Missing pkgname section.\n\n"
expression: "format!(\"{error}\")"
---
File parsing error:
parse error at line 6, column 2
  |
6 | 
  |  ^
expected a pkgname section