aboutsummaryrefslogtreecommitdiff
path: root/ports/amqpcpp/vcpkg.json
blob: 18cca30fd5dab8a484b6c468d908fd8e775a15e0 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "amqpcpp",
  "version-string": "4.3.11",
  "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"
  ]
}