mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 01:03:19 +08:00
1c5636cbc2
* update amqpcpp * update version --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
20 lines
431 B
JSON
20 lines
431 B
JSON
{
|
|
"name": "amqpcpp",
|
|
"version": "4.3.23",
|
|
"description": "AMQP-CPP is a C++ library for communicating with a RabbitMQ message broker",
|
|
"homepage": "https://github.com/CopernicaMarketingSoftware/AMQP-CPP",
|
|
"license": "Apache-2.0",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|