mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 13:39:08 +08:00
11 lines
282 B
JSON
11 lines
282 B
JSON
|
{
|
||
|
"name": "amqpcpp",
|
||
|
"version-string": "4.3.11",
|
||
|
"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"
|
||
|
]
|
||
|
}
|