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