aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ring-span-lite/vcpkg.json
blob: 652ce5ce8d69509f56a3d23e0351d91e79c69fb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "ring-span-lite",
  "version": "0.7.0",
  "description": "A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library",
  "homepage": "https://github.com/martinmoene/ring-span-lite",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}