aboutsummaryrefslogtreecommitdiff
path: root/ports/concurrencpp/vcpkg.json
blob: c4c8482f1de4b0e51ddfb343d28ef72e6face77b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "concurrencpp",
  "version-string": "0.1.3",
  "description": "concurrencpp is a tasking library for C++ allowing developers to write highly concurrent applications easily and safely by using tasks, executors and coroutines.",
  "homepage": "https://github.com/David-Haim/concurrencpp/",
  "supports": "(windows & static) | linux | osx",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}