mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 05:49:00 +08:00
25 lines
471 B
JSON
25 lines
471 B
JSON
{
|
|
"name": "liblzma",
|
|
"version": "5.4.3",
|
|
"port-version": 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"
|
|
}
|
|
}
|
|
}
|