aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/mapbox-variant/vcpkg.json
blob: f903b77aa57d7d11adf7d2af04ea5e1d1a464d9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "mapbox-variant",
  "version": "1.2.0",
  "port-version": 3,
  "description": "C++11/C++14 Variant",
  "homepage": "https://github.com/mapbox/variant",
  "license": "BSD-3-Clause AND BSL-1.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}