mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 13:10:17 +08:00
2ac61f87f6
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "libxslt",
|
|
"version": "1.1.34",
|
|
"port-version": 5,
|
|
"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": [
|
|
"liblzma",
|
|
"libxml2"
|
|
],
|
|
"default-features": [
|
|
"default-features"
|
|
],
|
|
"features": {
|
|
"crypto": {
|
|
"description": "Build with crypto support (--with-crypto)",
|
|
"supports": "mingw | !windows",
|
|
"dependencies": [
|
|
{
|
|
"name": "libgcrypt",
|
|
"platform": "!mingw"
|
|
}
|
|
]
|
|
},
|
|
"default-features": {
|
|
"description": "default features for the current platform",
|
|
"dependencies": [
|
|
{
|
|
"name": "libxslt",
|
|
"default-features": false,
|
|
"features": [
|
|
"crypto"
|
|
],
|
|
"platform": "mingw | !windows"
|
|
}
|
|
]
|
|
},
|
|
"plugins": {
|
|
"description": "Build with plugins (--with-plugins)"
|
|
},
|
|
"python": {
|
|
"description": "Builds with python support (--with-python)"
|
|
}
|
|
}
|
|
}
|