aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tl-ranges/vcpkg.json
blob: dc74cab10173832cf01d7ae92e510d016f015e81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "tl-ranges",
  "version-date": "2022-12-07",
  "port-version": 1,
  "description": "Ranges that didn't make C++20",
  "homepage": "https://github.com/TartanLlama/ranges",
  "documentation": "https://tl.tartanllama.xyz/en/latest/api/ranges/index.html",
  "license": "CC0-1.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}