aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/librabbitmq/vcpkg.json
blob: 9325c01564a71285f8eb7da7bcae103e1d9b8cb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
    }
  ]
}