19 lines
417 B
JSON
19 lines
417 B
JSON
{
|
|
"name": "cppitertools",
|
|
"version": "2.2",
|
|
"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
|
|
}
|
|
]
|
|
}
|