mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 17:49:01 +08:00
5a82d1c179
Co-authored-by: Sacha Delanoue <sdelanoue@novaquark.com>
19 lines
404 B
JSON
19 lines
404 B
JSON
{
|
|
"name": "amqpcpp",
|
|
"version": "4.3.15",
|
|
"description": "AMQP-CPP is a C++ library for communicating with a RabbitMQ message broker",
|
|
"homepage": "https://github.com/CopernicaMarketingSoftware/AMQP-CPP",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|