1 config BR2_PACKAGE_PUGIXML
3 depends on BR2_INSTALL_LIBSTDCPP
5 Light-weight, simple and fast XML parser for C++ with XPath support
8 * DOM-like interface with rich traversal/modification capabilities
9 * Extremely fast non-validating XML parser which constructs the DOM tree
10 from an XML file/buffer
11 * XPath 1.0 implementation for complex data-driven tree queries
12 * Full Unicode support with Unicode interface variants and automatic
16 https://github.com/zeux/pugixml
18 comment "pugixml needs a toolchain w/ C++"
19 depends on !BR2_INSTALL_LIBSTDCPP