diff options
Diffstat (limited to 'vcpkg/ports/librabbitmq/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/librabbitmq/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/librabbitmq/vcpkg.json b/vcpkg/ports/librabbitmq/vcpkg.json new file mode 100644 index 0000000..9325c01 --- /dev/null +++ b/vcpkg/ports/librabbitmq/vcpkg.json @@ -0,0 +1,18 @@ +{ + "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 + } + ] +} |