aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/openvpn3/vcpkg.json
blob: 87dcb6280804b734bd9230f893085c5de42bf65e (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
{
  "name": "openvpn3",
  "version": "3.10",
  "port-version": 1,
  "description": "a C++ class library that implements the functionality of an OpenVPN client, and is protocol-compatible with the OpenVPN 2.x branch.",
  "homepage": "https://openvpn.net",
  "license": "AGPL-3.0-only",
  "supports": "!uwp & !xbox",
  "dependencies": [
    "asio",
    "lz4",
    "mbedtls",
    {
      "name": "tap-windows6",
      "platform": "windows"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}