vcpkg/ports/tl-ranges/vcpkg.json

20 lines
442 B
JSON
Raw Normal View History

{
"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
}
]
}