pugixml.greedy
1.7.0.1
dotnet add package pugixml.greedy --version 1.7.0.1
NuGet\Install-Package pugixml.greedy -Version 1.7.0.1
<PackageReference Include="pugixml.greedy" Version="1.7.0.1" />
paket add pugixml.greedy --version 1.7.0.1
#r "nuget: pugixml.greedy, 1.7.0.1"
// Install pugixml.greedy as a Cake Addin #addin nuget:?package=pugixml.greedy&version=1.7.0.1 // Install pugixml.greedy as a Cake Tool #tool nuget:?package=pugixml.greedy&version=1.7.0.1
pugixml is a C++ XML processing library, which consists of a DOM-like interface with rich traversal/modification capabilities, an extremely fast XML parser which constructs the DOM tree from an XML file/buffer, and an XPath 1.0 implementation for complex data-driven tree queries. Full Unicode support is also available, with Unicode interface variants and conversions between different Unicode encodings (which happen automatically during parsing/saving).
pugixml is used by a lot of projects, both open-source and proprietary, for performance and easy-to-use interface.
This package bundles the static libraries for Visual Studio 2013 and 2015.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.