8 releases (2 stable)

1.1.0 Nov 12, 2022
1.0.0 Oct 7, 2020
0.3.2 Mar 19, 2019
0.2.0 Mar 9, 2019
0.1.1 Jan 12, 2019

#860 in Parser implementations

Download history 5095/week @ 2023-12-14 4490/week @ 2023-12-21 4653/week @ 2023-12-28 4408/week @ 2024-01-04 4305/week @ 2024-01-11 4199/week @ 2024-01-18 4108/week @ 2024-01-25 4138/week @ 2024-02-01 4101/week @ 2024-02-08 3833/week @ 2024-02-15 3804/week @ 2024-02-22 3962/week @ 2024-02-29 4315/week @ 2024-03-07 6651/week @ 2024-03-14 5246/week @ 2024-03-21 4214/week @ 2024-03-28

20,940 downloads per month
Used in 5 crates

GPL-3.0 license

46KB
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.

No runtime deps