mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 20:59:01 +08:00
9e2629891a
* Update librabbitmq * format manifest * version * add vcpkg_fixup_pkgconfig * update version * keep the pkgconfig file * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
18 lines
369 B
JSON
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
|
|
}
|
|
]
|
|
}
|