vcpkg/ports/librabbitmq/vcpkg.json
Frank 2bbb79d6e6
[librabbitmq] Fix cannot include header file when using. (#25224)
* 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
2022-06-17 14:14:40 -07:00

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
}
]
}