mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
c0978fe67b
Signed-off-by: Alan Antonuk <alan.antonuk@gmail.com>
19 lines
389 B
JSON
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
|
|
}
|
|
]
|
|
}
|