vcpkg/ports/range-v3/vcpkg.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
}
]
}