mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
19 lines
390 B
JSON
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
|
|
}
|
|
]
|
|
}
|