vcpkg/ports/libxmlpp/vcpkg.json
2024-10-21 18:34:34 -07:00

19 lines
390 B
JSON

{
"name": "libxmlpp",
"version": "5.4.0",
"description": "A C++ wrapper for the libxml XML parser library.",
"homepage": "https://libxmlplusplus.github.io/libxmlplusplus/",
"license": "LGPL-2.1-or-later",
"dependencies": [
"glibmm",
{
"name": "libxml2",
"default-features": false
},
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}