vcpkg/ports/librabbitmq/vcpkg.json
Thomas1664 9e2629891a
[librabbitmq] Update to 0.11.0 (#23037)
* Update librabbitmq

* format manifest

* version

* add vcpkg_fixup_pkgconfig

* update version

* keep the pkgconfig file

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-02-14 12:53:12 -08:00

18 lines
369 B
JSON

{
"name": "librabbitmq",
"version": "0.11.0",
"description": "A C-language AMQP client library for use with v2.0+ of the RabbitMQ broker.",
"homepage": "https://github.com/alanxz/rabbitmq-c",
"dependencies": [
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}