blob: 7199c6a5830e8fe23771ea0c99a16e515633b479 (
plain)
1
2
3
4
5
6
7
8
|
config BR2_PACKAGE_FLEX
bool "flex"
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
help
A fast lexical analyser generator. A tool for generating
programs that perform pattern-matching on text.
http://flex.sourceforge.net/
|