mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 05:06:36 +08:00
e6943cc30e
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
31 lines
838 B
JSON
31 lines
838 B
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-cpp",
|
|
"version-semver": "1.0.0-beta.9",
|
|
"port-version": 2,
|
|
"description": [
|
|
"Microsoft Azure Messaging Event Hubs SDK for C++",
|
|
"This library provides Azure Messaging Event Hubs SDK."
|
|
],
|
|
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/eventhubs/azure-messaging-eventhubs",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "azure-core-amqp-cpp",
|
|
"default-features": false,
|
|
"version>=": "1.0.0-beta.9"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|