mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
42 lines
796 B
JSON
42 lines
796 B
JSON
{
|
|
"name": "libczi",
|
|
"version": "0.67.2",
|
|
"port-version": 1,
|
|
"description": "library to read and write CZI files.",
|
|
"homepage": "https://github.com/ZEISS/libczi",
|
|
"license": null,
|
|
"dependencies": [
|
|
"eigen3",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zstd"
|
|
],
|
|
"features": {
|
|
"azureblobstore": {
|
|
"description": "Azure Blob Storage support",
|
|
"dependencies": [
|
|
"azure-identity-cpp",
|
|
"azure-storage-blobs-cpp"
|
|
]
|
|
},
|
|
"curl": {
|
|
"description": "cURL support",
|
|
"dependencies": [
|
|
{
|
|
"name": "curl",
|
|
"default-features": false,
|
|
"features": [
|
|
"ssl"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|