mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:31:27 +08:00
fefbf7c5aa
* [libvmdk] Updated to most recent version 20221124 * [libvmdk] User VERSION variable * [libvmdk] Updated version file
20 lines
388 B
JSON
20 lines
388 B
JSON
{
|
|
"name": "libvmdk",
|
|
"version": "20221124",
|
|
"description": "Library and tools to access the VMware Virtual Disk (VMDK) format",
|
|
"homepage": "https://github.com/libyal/libvmdk",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"gettext",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|