aboutsummaryrefslogtreecommitdiff
path: root/ports/oatpp-openssl/vcpkg.json
blob: b844deaa36f7c7f096fd7c0816f2680cb9adb8c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "oatpp-openssl",
  "version-semver": "1.2.5",
  "description": "Oat++ openssl module providing secure server and client connection providers.",
  "homepage": "https://github.com/oatpp/oatpp-openssl",
  "dependencies": [
    "oatpp",
    "openssl",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}