2021-02-25 05:50:27 +08:00
|
|
|
{
|
|
|
|
"name": "amqpcpp",
|
2024-03-29 03:38:39 +08:00
|
|
|
"version": "4.3.26",
|
2021-02-25 05:50:27 +08:00
|
|
|
"description": "AMQP-CPP is a C++ library for communicating with a RabbitMQ message broker",
|
|
|
|
"homepage": "https://github.com/CopernicaMarketingSoftware/AMQP-CPP",
|
2023-02-21 23:54:21 +08:00
|
|
|
"license": "Apache-2.0",
|
2021-02-25 05:50:27 +08:00
|
|
|
"supports": "!uwp",
|
|
|
|
"dependencies": [
|
2021-09-17 01:50:15 +08:00
|
|
|
"openssl",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-02-25 05:50:27 +08:00
|
|
|
]
|
|
|
|
}
|