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