mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-13 11:59:02 +08:00
23 lines
469 B
JSON
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
|
|
}
|
|
]
|
|
}
|