aboutsummaryrefslogtreecommitdiff
path: root/ports/trantor/vcpkg.json
blob: 122efa0a7c72c1e14594be1b802efaf2fcfd7af3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "trantor",
  "version-semver": "1.5.1",
  "description": "A non-blocking I/O cross-platform TCP network library, using C++14",
  "homepage": "https://github.com/an-tao/trantor",
  "dependencies": [
    "c-ares",
    "openssl",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}