mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 19:39:06 +08:00
48dcbd29b3
* Really fix output names * Fix parameter warning * Update versions
18 lines
354 B
JSON
18 lines
354 B
JSON
{
|
|
"name": "liblzma",
|
|
"version-semver": "5.2.5",
|
|
"port-version": 4,
|
|
"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
|
|
}
|
|
]
|
|
}
|