aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/telnetpp/vcpkg.json
blob: 6d0591a1951775758f8b2e57c741222e75782cb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
  "name": "telnetpp",
  "version": "4.0.0",
  "description": "A C++ library for interacting with Telnet streams",
  "homepage": "https://github.com/KazDragon/telnetpp",
  "documentation": "https://kazdragon.github.io/telnetpp/",
  "license": "MIT",
  "supports": "!uwp",
  "dependencies": [
    "boost-algorithm",
    "boost-container",
    "boost-exception",
    "boost-range",
    "boost-scope-exit",
    "boost-signals2",
    "boost-variant",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "default-features": [
    "zlib"
  ],
  "features": {
    "zlib": {
      "description": "Zlib support",
      "dependencies": [
        "zlib"
      ]
    }
  }
}