mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:39:01 +08:00
885004a1dd
Co-authored-by: nickr <nickr@kryptoslogic.com>
22 lines
443 B
JSON
22 lines
443 B
JSON
{
|
|
"name": "libqcow",
|
|
"version": "20221124",
|
|
"description": "Library and tools to access the QEMU Copy-On-Write (QCOW) image format.",
|
|
"homepage": "https://github.com/libyal/libqcow",
|
|
"license": "LGPL-3.0-or-later",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"gettext",
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|