mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +08:00
6db51d86a9
If a call to `vcpkg_replace_string` makes no changes i.e doesn't effectively replace a string, A warning is logged. This should also help identify ports that no longer need these calls to fix things in `.pc` files etc.
47 lines
993 B
JSON
47 lines
993 B
JSON
{
|
|
"name": "libxslt",
|
|
"version": "1.1.37",
|
|
"port-version": 4,
|
|
"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": [
|
|
"default-features"
|
|
],
|
|
"features": {
|
|
"crypto": {
|
|
"description": "Build with crypto support",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
"libgcrypt"
|
|
]
|
|
},
|
|
"default-features": {
|
|
"description": "default features for the current platform"
|
|
},
|
|
"plugins": {
|
|
"description": "(deprecated)",
|
|
"supports": "!static"
|
|
},
|
|
"python": {
|
|
"description": "Builds with python support",
|
|
"supports": "!windows"
|
|
}
|
|
}
|
|
}
|