mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 02:39:07 +08:00
19 lines
410 B
JSON
19 lines
410 B
JSON
{
|
|
"name": "range-v3",
|
|
"version": "0.12.0",
|
|
"port-version": 4,
|
|
"description": "Range library for C++14/17/20, basis for C++20's std::ranges",
|
|
"homepage": "https://github.com/ericniebler/range-v3",
|
|
"license": "BSL-1.0 AND MIT AND (NCSA OR MIT)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|