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