mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
2cb7bfd2ce
* Add libvhdi library to vcpkg * Fixed formatting. * version database. * Added license. * Fixed version formatting. * Updated version. * Fix osx build. * Added version. * Fixed config.h file. * Added versions. * Check for linux/fs.h * Added version. * Fix include. * Added version. * Fixed build. * Fixed formatting. * Added version. * Fixed dependencies. * Added version. * Fixed build. * Fixed formatting. * Added versions. * Revert "Added versions." This reverts commit94e0c97c74
. * Revert "Fixed formatting." This reverts commit29a8590ee0
. * Revert "Fixed build." This reverts commit63622e6c3d
. * Revert "Added version." This reverts commita9e0110664
. * Revert "Fixed dependencies." This reverts commitc0517a5f96
. * Use CMake again. * Fix MacOS build. * updated version. * Fixed CMake config. * Updated version.
21 lines
426 B
JSON
21 lines
426 B
JSON
{
|
|
"name": "libvhdi",
|
|
"version": "20231127",
|
|
"description": "Library and tools to access the Virtual Hard Disk (VHD) image format ",
|
|
"homepage": "https://github.com/libyal/libvhdi",
|
|
"license": "LGPL-3.0-or-later",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"gettext",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|