2021-07-16 08:19:56 +08:00
|
|
|
{
|
|
|
|
"name": "libxslt",
|
|
|
|
"version": "1.1.34",
|
2022-04-23 00:51:17 +08:00
|
|
|
"port-version": 5,
|
2021-07-16 08:19:56 +08:00
|
|
|
"description": "Libxslt is a XSLT library implemented in C for XSLT 1.0 and most of EXSLT",
|
|
|
|
"homepage": "https://github.com/GNOME/libxslt",
|
2022-03-01 02:25:31 +08:00
|
|
|
"license": null,
|
2021-07-16 08:19:56 +08:00
|
|
|
"supports": "!uwp",
|
|
|
|
"dependencies": [
|
|
|
|
"liblzma",
|
2021-11-17 22:10:45 +08:00
|
|
|
"libxml2"
|
2022-04-23 00:51:17 +08:00
|
|
|
],
|
|
|
|
"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)"
|
|
|
|
}
|
|
|
|
}
|
2021-07-16 08:19:56 +08:00
|
|
|
}
|