mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:52:04 +08:00
78d84f4625
* set license in range-v3 * run x-add-version * set license in range-v3 * run x-add-version Co-authored-by: Julian Zimmermann <julian.zimmermann@gti.de>
19 lines
383 B
JSON
19 lines
383 B
JSON
{
|
|
"name": "range-v3",
|
|
"version": "0.12.0",
|
|
"port-version": 1,
|
|
"description": "Range library for C++11/14/17/20.",
|
|
"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
|
|
}
|
|
]
|
|
}
|