25 lines
514 B
JSON
Executable file
25 lines
514 B
JSON
Executable file
{
|
|
"name": "libxml2",
|
|
"version": "2.9.14",
|
|
"description": "Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform).",
|
|
"homepage": "https://xmlsoft.org/",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"libiconv",
|
|
"liblzma",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build tools"
|
|
}
|
|
}
|
|
}
|