aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/unleash-client-cpp/vcpkg.json
blob: 6f9221816798da17402e8282438449051ebdf1e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "unleash-client-cpp",
  "version": "1.3.0",
  "description": "C++ client SDK for Unleash, an open-source feature flag management service.",
  "homepage": "https://github.com/aruizs/unleash-client-cpp",
  "license": "MIT",
  "dependencies": [
    "cpr",
    "nlohmann-json",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}