vcpkg/ports/librabbitmq/vcpkg.json
2024-03-27 15:37:20 -07:00

19 lines
389 B
JSON

{
"name": "librabbitmq",
"version": "0.14.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
}
]
}