aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/asyncplusplus/vcpkg.json
blob: 413f125062cc865a18aa3c4d0d0ed3ef3f0ec4ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "asyncplusplus",
  "version": "1.2",
  "description": "Async++ is a lightweight concurrency framework for C++11",
  "license": "MIT",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}