mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:49:00 +08:00
10d497f148
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"$comment": [
|
|
"NOTE: All changes made to this file will get overwritten by the next port release.",
|
|
"Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp."
|
|
],
|
|
"name": "azure-messaging-eventhubs-checkpointstore-blob-cpp",
|
|
"version-semver": "1.0.0-beta.1",
|
|
"port-version": 1,
|
|
"description": [
|
|
"Microsoft Azure Messaging Event Hubs Blob Checkpoint Store SDK for C++",
|
|
"This library provides an Azure-Storage-Blobs based implementation of an Azure Messaging Event Hubs SDK Checkpoint Store."
|
|
],
|
|
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "azure-core-amqp-cpp",
|
|
"default-features": false,
|
|
"version>=": "1.0.0-beta.2"
|
|
},
|
|
{
|
|
"name": "azure-messaging-eventhubs-cpp",
|
|
"default-features": false,
|
|
"version>=": "1.0.0-beta.2"
|
|
},
|
|
{
|
|
"name": "azure-storage-blobs-cpp",
|
|
"default-features": false,
|
|
"version>=": "12.8.0"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|