mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 01:19:06 +08:00
2bbb79d6e6
* fix usage include files * update version * add license * overwrite version * update patch and options * update version * update patch * update version * update patch * update version * delete blank lines * overwrite version
20 lines
410 B
JSON
20 lines
410 B
JSON
{
|
|
"name": "librabbitmq",
|
|
"version": "0.11.0",
|
|
"port-version": 2,
|
|
"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
|
|
}
|
|
]
|
|
}
|