aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/flux/vcpkg.json
blob: 2f912a2cfdef21a9db3b05e2f6b0a33216325ad6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
    }
  ]
}