mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +08:00
23 lines
413 B
JSON
23 lines
413 B
JSON
{
|
|
"name": "liblzma",
|
|
"version": "5.6.3",
|
|
"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"
|
|
}
|
|
}
|
|
}
|