aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/span-lite/vcpkg.json
blob: 4032175c3ba49c87eca311da4afa9532b2554bb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "span-lite",
  "version": "0.11.0",
  "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
    }
  ]
}