mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:19:01 +08:00
4fa4413058
* tf-expected * tl-optional * tl-ranges * format * version
20 lines
442 B
JSON
20 lines
442 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|