aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ppconsul/vcpkg.json
blob: 6812951a87a8b170a55ca6b165ed831a05b8ca05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "name": "ppconsul",
  "version": "0.5",
  "port-version": 5,
  "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",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}