aboutsummaryrefslogtreecommitdiff
path: root/ports/ppconsul/vcpkg.json
blob: 7dd7895a47f2f6004a17c9e7fe4003cad6437035 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "ppconsul",
  "version-string": "0.5",
  "port-version": 2,
  "description": "A C++ client library for Consul. Consul is a distributed tool for discovering and configuring services in your infrastructure.",
  "homepage": "https://github.com/oliora/ppconsul",
  "dependencies": [
    "boost-core",
    "boost-fusion",
    "boost-optional",
    "boost-variant",
    {
      "name": "curl",
      "features": [
        "openssl"
      ]
    },
    "json11"
  ]
}