aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/workflow/vcpkg.json
blob: c8752be7a6c77798c6d1c8ca637abfb611703646 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "workflow",
  "version": "0.11.8",
  "description": "About C++ Parallel Computing and Asynchronous Networking Engine",
  "homepage": "https://github.com/sogou/workflow",
  "license": "Apache-2.0",
  "dependencies": [
    "openssl",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}