aboutsummaryrefslogtreecommitdiff
path: root/ports/qpid-proton/vcpkg.json
blob: 04bbec9af06e39cd157d69f2d49edf1ecf40dffa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "qpid-proton",
  "version-string": "0.32.0",
  "port-version": 1,
  "description": "Qpid Proton is a high-performance, lightweight messaging library.",
  "homepage": "https://github.com/apache/qpid-proton",
  "dependencies": [
    "jsoncpp",
    {
      "name": "libuv",
      "platform": "osx"
    },
    {
      "name": "openssl",
      "platform": "!windows & !uwp"
    }
  ]
}