Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04: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
}
]
}