diff options
Diffstat (limited to 'vcpkg/ports/flux/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/flux/vcpkg.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/flux/vcpkg.json b/vcpkg/ports/flux/vcpkg.json new file mode 100644 index 0000000..2f912a2 --- /dev/null +++ b/vcpkg/ports/flux/vcpkg.json @@ -0,0 +1,16 @@ +{ + "name": "flux", + "version": "0.4.0", + "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 + } + ] +} |