vcpkg/ports/amqpcpp/vcpkg.json
JonLiu1993 e3dde67a62
[amqpcpp] update to 4.3.11 (#16354)
* [amqpcpp] update to 4.3.11

* update version

* add vcpkg.json

* update version

* update amqpcpp.json

* update version

* format manifest

* update version
2021-02-24 13:50:27 -08:00

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"
]
}