aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tomlplusplus/vcpkg.json
blob: b981492bc8402fe464e2b698b764bf061d09537d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "tomlplusplus",
  "version": "3.4.0",
  "port-version": 1,
  "description": "Header-only TOML config file parser and serializer for modern C++.",
  "homepage": "https://marzer.github.io/tomlplusplus/",
  "license": "MIT",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    {
      "name": "vcpkg-tool-meson",
      "host": true
    }
  ]
}