mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 05:59:07 +08:00
26 lines
505 B
JSON
26 lines
505 B
JSON
|
{
|
||
|
"name": "rivers",
|
||
|
"version-date": "2022-05-16",
|
||
|
"description": "A C++ internal iteration library based loosely on Java Streams",
|
||
|
"homepage": "https://github.com/brevzin/rivers/",
|
||
|
"license": "BSL-1.0",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
],
|
||
|
"features": {
|
||
|
"fmt": {
|
||
|
"description": "Use fmt as rivers fommatter",
|
||
|
"dependencies": [
|
||
|
"fmt"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|