mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 17:41:36 +08:00
1a5075baf8
* [libxslt] Remove unneeded helper * [libxslt] Fix release-only builds for Linux
13 lines
288 B
JSON
13 lines
288 B
JSON
{
|
|
"name": "libxslt",
|
|
"version": "1.1.34",
|
|
"port-version": 3,
|
|
"description": "Libxslt is a XSLT library implemented in C for XSLT 1.0 and most of EXSLT",
|
|
"homepage": "https://github.com/GNOME/libxslt",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"liblzma",
|
|
"libxml2"
|
|
]
|
|
}
|