1 unstable release
| 0.1.0 | Jun 27, 2024 |
|---|
#23 in #rpm
Used in rpmspec
38KB
793 lines
rpmexpr
This is an library for parsing %["rpm expressions"], designed to be used with the rpmspec crate.
lib.rs:
RPM expression parser
RPM expressions are expressions used in spec files with the %[] notation,
composed of different operators and 3 data types: strings, integers and RPM versions.
Dependencies
~8–14MB
~177K SLoC