vcpkg/ports/librabbitmq/vcpkg.json
Alan Antonuk c0978fe67b
[librabbitmq] update to v0.15.0 (#42260)
Signed-off-by: Alan Antonuk <alan.antonuk@gmail.com>
2024-11-22 14:52:21 -08:00

19 lines
389 B
JSON

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