mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 11:21:12 +08:00
52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"name": "libxslt",
|
|
"version": "1.1.42",
|
|
"description": "Libxslt is a XSLT library implemented in C for XSLT 1.0 and most of EXSLT",
|
|
"homepage": "https://github.com/GNOME/libxslt",
|
|
"license": null,
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "libxml2",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"thread"
|
|
],
|
|
"features": {
|
|
"crypto": {
|
|
"description": "Build with crypto support",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
"libgcrypt"
|
|
]
|
|
},
|
|
"plugins": {
|
|
"description": "(deprecated)",
|
|
"supports": "!static"
|
|
},
|
|
"profiler": {
|
|
"description": "Build with profiling support"
|
|
},
|
|
"python": {
|
|
"description": "Builds with python support",
|
|
"supports": "!windows"
|
|
},
|
|
"thread": {
|
|
"description": "Enable multi-threading support"
|
|
},
|
|
"tools": {
|
|
"description": "Build the utilities"
|
|
}
|
|
}
|
|
}
|