
Librgxg is a c library to generate (extended) regular expressions.
it can be useful to generate (extended) regular expressions to match for instance a specific number range (e.g. 0 to 31 or 00 to ff) or all addresses of a cidr block (e.g. 192.168.0.0/24 or 2001:db8:aaaa::/64).
this package contains the development files (i.e. includes, static library, manual pages) that allow to build software which uses librgxg.