aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/functions-framework-cpp/vcpkg.json
blob: 6472fd9f59b1c7019b124190bfdabba7d1596aad (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
{
  "name": "functions-framework-cpp",
  "version": "1.2.0",
  "port-version": 1,
  "description": "Functions Framework for C++.",
  "homepage": "https://github.com/GoogleCloudPlatform/functions-framework-cpp/",
  "license": "Apache-2.0",
  "supports": "!uwp",
  "dependencies": [
    "abseil",
    "boost-beast",
    "boost-program-options",
    "boost-serialization",
    "nlohmann-json",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}