aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/range-v3/vcpkg.json
blob: 6ff68280b9251210cabb48a924cb88001ec27919 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "range-v3",
  "version": "0.12.0",
  "port-version": 4,
  "description": "Range library for C++14/17/20, basis for C++20's std::ranges",
  "homepage": "https://github.com/ericniebler/range-v3",
  "license": "BSL-1.0 AND MIT AND (NCSA OR MIT)",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}