xref: /OK3568_Linux_fs/buildroot/package/rapidxml/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_RAPIDXML
2	bool "rapidxml"
3	help
4	  RapidXml is an attempt to create the fastest XML parser
5	  possible, while retaining useability, portability and
6	  reasonable W3C compatibility. It is an in-situ parser with
7	  parsing speed approaching speed of strlen function executed
8	  on the same data.
9
10	  http://sourceforge.net/projects/rapidxml/
11	  https://en.wikipedia.org/wiki/RapidXml
12