vcpkg/ports/liblzma/vcpkg.json
Kai Pastor e631713f1a
[liblzma] Update to 5.4.1 (#28921)
* [liblzma] Update to 5.4.1

* Update usage

* Update versions
2023-01-16 12:32:04 -08:00

24 lines
457 B
JSON

{
"name": "liblzma",
"version-semver": "5.4.1",
"description": "Compression library with an API similar to that of zlib.",
"homepage": "https://tukaani.org/xz/",
"license": null,
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tools": {
"description": "Build tools",
"supports": "!windows, mingw"
}
}
}