aboutsummaryrefslogtreecommitdiff
path: root/ports/amqpcpp/vcpkg.json
blob: e248db9cc1076592e04898b64077533f6b57ed7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "amqpcpp",
  "version": "4.3.14",
  "description": "AMQP-CPP is a C++ library for communicating with a RabbitMQ message broker",
  "homepage": "https://github.com/CopernicaMarketingSoftware/AMQP-CPP",
  "supports": "!uwp",
  "dependencies": [
    "openssl",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}