2
1

Config.in 400 B

1234567891011
  1. config BR2_PACKAGE_RAPIDXML
  2. bool "rapidxml"
  3. help
  4. RapidXml is an attempt to create the fastest XML parser
  5. possible, while retaining usability, 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. http://sourceforge.net/projects/rapidxml/
  10. https://en.wikipedia.org/wiki/RapidXml