mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 23:46:48 +08:00
18 lines
354 B
JSON
18 lines
354 B
JSON
|
{
|
||
|
"name": "liblzma",
|
||
|
"version-semver": "5.2.5",
|
||
|
"port-version": 3,
|
||
|
"description": "Compression library with an API similar to that of zlib.",
|
||
|
"homepage": "hhttps://github.com/xz-mirror/xz",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|