pugixml: new package
authorTheo Debrouwere <t.debrouwere@televic.com>
Wed, 7 Sep 2016 15:37:07 +0000 (17:37 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 7 Sep 2016 19:36:16 +0000 (21:36 +0200)
commit27071be0d8c648a6f7ec314c29f5b3a033e1208a
tree7f3b409ea70386339f75f668abd7d1e2637bbf46
parent75f217f253837c01360f61c6c3535011ab2891b5
pugixml: new package

pugixml is a light-weight C++ XML processing library. It 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

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

Signed-off-by: Theo Debrouwere <t.debrouwere@televic.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/Config.in
package/pugixml/Config.in [new file with mode: 0644]
package/pugixml/pugixml.hash [new file with mode: 0644]
package/pugixml/pugixml.mk [new file with mode: 0644]