]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/pugixml/Config.in
lrzsz: install symlinks for XMODEM and YMODEM
[coffee/buildroot.git] / package / pugixml / Config.in
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
6           support
7
8           Features:
9           * DOM-like interface with rich traversal/modification
10             capabilities
11           * Extremely fast non-validating XML parser which constructs
12             the DOM tree from an XML file/buffer
13           * XPath 1.0 implementation for complex data-driven tree
14             queries
15           * Full Unicode support with Unicode interface variants and
16             automatic encoding conversions
17
18           http://pugixml.org/
19           https://github.com/zeux/pugixml
20
21 comment "pugixml needs a toolchain w/ C++"
22         depends on !BR2_INSTALL_LIBSTDCPP