mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:38:59 +08:00
c6ea5d087a
Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
17 lines
491 B
JSON
17 lines
491 B
JSON
{
|
|
"name": "flux",
|
|
"version-date": "2023-08-25",
|
|
"description": "Experimental C++20 library that provides a broadly equivalent feature set to C++20 Ranges, but uses a slightly different model based around cursors rather than iterators. Safer, easier, more efficient, compatible.",
|
|
"homepage": "https://github.com/tcbrindle/flux",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|