aboutsummaryrefslogtreecommitdiff
path: root/ports/bext-wintls/vcpkg.json
blob: cb39e3137c97f78279e403b3b8a238577167e248 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "bext-wintls",
  "version": "0.9.5",
  "description": "Native Windows TLS stream wrapper for use with boost::asio",
  "homepage": "https://github.com/laudrup/boost-wintls",
  "supports": "windows",
  "dependencies": [
    "boost-asio",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}