mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 05:29:00 +08:00
371892cc20
* fix wasm32 * port-version * add ver
25 lines
478 B
JSON
25 lines
478 B
JSON
{
|
|
"name": "liblzma",
|
|
"version-semver": "5.4.1",
|
|
"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"
|
|
}
|
|
}
|
|
}
|