mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-01 13:37:55 +08:00
11 lines
287 B
JSON
11 lines
287 B
JSON
|
{
|
||
|
"name": "cppitertools",
|
||
|
"version-string": "2.1",
|
||
|
"port-version": 1,
|
||
|
"description": "Range-based for loop add-ons inspired by the Python builtins and itertools library",
|
||
|
"homepage": "https://github.com/ryanhaining/cppitertools",
|
||
|
"dependencies": [
|
||
|
"boost-optional"
|
||
|
]
|
||
|
}
|