xref: /OK3568_Linux_fs/buildroot/package/gumbo-parser/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_GUMBO_PARSER
2	bool "gumbo-parser"
3	help
4	  Gumbo is an implementation of the HTML5 parsing algorithm
5	  implemented as a pure C99 library with no outside
6	  dependencies. It's designed to serve as a building block for
7	  other tools and libraries such as linters, validators,
8	  templating languages, and refactoring and analysis tools.
9
10	  https://github.com/google/gumbo-parser
11