aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/any-lite/vcpkg.json
blob: 31f836c51dd20cd1136bd44e73d5301e9b8657d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "any-lite",
  "version-semver": "0.4.0",
  "description": "A C++17-like any, a type-safe container for single values of any type 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
    }
  ]
}