4854a1cf4c
Oniguruma is a modern and flexible regular expressions library. It encompasses features from different regular expression implementations that traditionally exist in different languages. https://github.com/kkos/oniguruma Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
10 lines
290 B
Plaintext
10 lines
290 B
Plaintext
config BR2_PACKAGE_ONIGURUMA
|
|
bool "oniguruma"
|
|
help
|
|
Oniguruma is a modern and flexible regular expressions
|
|
library. It encompasses features from different regular
|
|
expression implementations that traditionally exist in
|
|
different languages.
|
|
|
|
https://github.com/kkos/oniguruma
|