vcpkg/ports/libxslt/vcpkg.json
Robert Schumacher 1a5075baf8
[libxslt] Remove unneeded helper (#21480)
* [libxslt] Remove unneeded helper

* [libxslt] Fix release-only builds for Linux
2021-11-17 06:10:45 -08:00

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"
]
}