vcpkg/ports/amqpcpp/vcpkg.json

20 lines
431 B
JSON
Raw Normal View History

{
"name": "amqpcpp",
2024-03-29 03:38:39 +08:00
"version": "4.3.26",
"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
}
]
}