xref: /OK3568_Linux_fs/buildroot/package/flex/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_FLEX
2	bool "flex"
3	help
4	  A fast lexical analyser generator. A tool for generating
5	  programs that perform pattern-matching on text.
6
7	  Only the library is available.
8
9	  https://github.com/westes/flex/
10