aboutsummaryrefslogtreecommitdiff
path: root/ports/civetweb/vcpkg.json
blob: f39eea59c5374c3c18aebbc86e08dd551772a321 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "civetweb",
  "version": "1.15",
  "description": "Easy to use, powerful, C/C++ embeddable web server.",
  "homepage": "https://github.com/civetweb/civetweb",
  "supports": "!uwp",
  "features": {
    "ssl": {
      "description": "Enable SSL support",
      "dependencies": [
        "openssl"
      ]
    }
  }
}