mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:49:00 +08:00
5241c59aa0
* Update range-v3 to 0.12.0 * Add license note.
18 lines
331 B
JSON
18 lines
331 B
JSON
{
|
|
"name": "range-v3",
|
|
"version": "0.12.0",
|
|
"description": "Range library for C++11/14/17/20.",
|
|
"homepage": "https://github.com/ericniebler/range-v3",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|