blob: ec00a8d5efebe21f8c20b895a4649ccc9ceac826 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name": "pugixml",
"version": "1.15",
"port-version": 1,
"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
}
],
"features": {
"compact": {
"description": "Enable compact memory mode (reduces memory consumption at the cost of performance)"
}
}
}
|