aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/seasocks/vcpkg.json
blob: 52133d8e4a2a1022be3e7cd20c423458497c5530 (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
{
  "name": "seasocks",
  "version": "1.4.6",
  "description": "Simple, small, C++ embeddable webserver with WebSockets support",
  "homepage": "https://github.com/mattgodbolt/seasocks",
  "license": "BSD-2-Clause",
  "supports": "!osx & !android",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "default-features": [
    "zlib"
  ],
  "features": {
    "zlib": {
      "description": "Build with Deflate support via zlib",
      "dependencies": [
        "zlib"
      ]
    }
  }
}