mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 05:38:59 +08:00
46ad6d4a07
* [range-v3] updates REF to range-v3:HEAD Closes #21391. * update portfile.cmake * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
17 lines
321 B
JSON
17 lines
321 B
JSON
{
|
|
"name": "range-v3",
|
|
"version-date": "2021-11-02",
|
|
"description": "Range library for C++11/14/17/20.",
|
|
"homepage": "https://github.com/ericniebler/range-v3",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|