vcpkg/ports/liblzma/vcpkg.json
2024-10-09 12:16:13 -04:00

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"
}
}
}