mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:19:00 +08:00
e631713f1a
* [liblzma] Update to 5.4.1 * Update usage * Update versions
24 lines
457 B
JSON
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"
|
|
}
|
|
}
|
|
}
|