1 unstable release

0.1.0 Jun 27, 2024

#2752 in Parser implementations


Used in rpmspec

MIT license

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
~174K SLoC