9 releases (3 stable)
1.2.0 | Nov 9, 2024 |
---|---|
1.1.0 | Nov 12, 2022 |
1.0.0 | Oct 7, 2020 |
0.3.2 | Mar 19, 2019 |
0.1.1 | Jan 12, 2019 |
#467 in Parser implementations
18,069 downloads per month
Used in 6 crates
47KB
1K
SLoC
Srcinfo
Srcinfo is a parser for makepkg's .SRCINFO file format.
Srcinfo focuses on correctness of parsing, especially with split packages and architecture specific fields.
Srcinfo only aims to parse. This crate does not attempt to perform any version comparison, dependency checking or any other extra functionality.
lib.rs
:
Srcinfo
Srcinfo is a parser for makepkg's .SRCINFO file format.
Srcinfo focuses on correctness of parsing, especially with split packages and architecture specific fields.
Srcinfo only aims to parse. This crate does not attempt to perform any version comparison, dependency checking or any other extra functionality.
Dependencies
~160KB