aboutsummaryrefslogtreecommitdiff
path: root/contrib/vcpkg-manifests/mingw/vcpkg.json
blob: fc00b019c7598de6b56010daa294ad2f0fffb01e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
  "name": "openvpn",
  "version": "2.7",
  "dependencies": [
      "openssl",
      "tap-windows6",
      "lzo",
      "lz4",
      "pkcs11-helper",
      "cmocka"
  ]
}