summaryrefslogtreecommitdiffstats
path: root/package/pugixml/Config.in
blob: c37b1df9e5f15b6b463c68b160743dfe98018f4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
config BR2_PACKAGE_PUGIXML
	bool "pugixml"
	depends on BR2_INSTALL_LIBSTDCPP
	help
	  Light-weight, simple and fast XML parser for C++ with XPath
	  support

	  Features:
	  * DOM-like interface with rich traversal/modification
	    capabilities
	  * Extremely fast non-validating XML parser which constructs
	    the DOM tree from an XML file/buffer
	  * XPath 1.0 implementation for complex data-driven tree
	    queries
	  * Full Unicode support with Unicode interface variants and
	    automatic encoding conversions

	  http://pugixml.org/
	  https://github.com/zeux/pugixml

comment "pugixml needs a toolchain w/ C++"
	depends on !BR2_INSTALL_LIBSTDCPP
OpenPOWER on IntegriCloud