aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/future-config/vcpkg.json
blob: 10b055d9d76156d3fcfc51ddb5660ce3865c6e2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "future-config",
  "version": "0.1.0",
  "description": "C++ implementation of the Future Config configuration system",
  "homepage": "https://github.com/F-I-D-O/Future-Config",
  "license": "LGPL-3.0-or-later",
  "dependencies": [
    "fmt",
    "inja",
    "spdlog",
    "tclap",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "yaml-cpp"
  ]
}