aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/variant-lite/vcpkg.json
blob: e74508c766cb857efb71df4d15f055e7354d15d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "variant-lite",
  "version": "3.0.0",
  "description": "A C++17-like variant, a type-safe union for C++98, C++11 and later in a single-file header-only library",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}