Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

18 lines
355 B
JSON

{
"name": "pugixml",
"version": "1.15",
"description": "Light-weight, simple and fast XML parser for C++ with XPath support",
"homepage": "https://github.com/zeux/pugixml",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}