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