toolchain: bump Codescape IMG MIPS version to 2016.05-06
[buildroot-gz.git] / package / pugixml / Config.in
blobd67e69573c67d7cfa93122d416194e11a84d2497
1 config BR2_PACKAGE_PUGIXML
2         bool "pugixml"
3         depends on BR2_INSTALL_LIBSTDCPP
4         help
5           Light-weight, simple and fast XML parser for C++ with XPath support
7           Features:
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
13             encoding conversions
15           http://pugixml.org/
16           https://github.com/zeux/pugixml
18 comment "pugixml needs a toolchain w/ C++"
19         depends on !BR2_INSTALL_LIBSTDCPP