aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cppitertools/vcpkg.json
blob: 682df6cd2d94115bf92cfa4d539ae0af1680bcb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "cppitertools",
  "version": "2.3",
  "description": "Range-based for loop add-ons inspired by the Python builtins and itertools library",
  "homepage": "https://github.com/ryanhaining/cppitertools",
  "license": "BSD-2-Clause",
  "dependencies": [
    "boost-optional",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}