vcpkg/ports/liblzma/vcpkg.json

19 lines
372 B
JSON
Raw Normal View History

{
"name": "liblzma",
"version-semver": "5.2.5",
"port-version": 5,
"description": "Compression library with an API similar to that of zlib.",
"homepage": "https://github.com/xz-mirror/xz",
"license": null,
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}