vcpkg/ports/libxmlmm/vcpkg.json
2024-10-26 02:15:57 -07:00

23 lines
469 B
JSON

{
"name": "libxmlmm",
"version": "0.6.0",
"port-version": 4,
"description": "Libxmlmm is a C++ wrapper for libxml 2.0 that only relies on standard C++ and libxml2.",
"homepage": "https://github.com/rioki/libxmlmm",
"license": "MIT",
"dependencies": [
{
"name": "libxml2",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}