aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/oatpp-mbedtls/vcpkg.json
blob: 058a99b3b7fac62a8b21b6018deb7408490377ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "oatpp-mbedtls",
  "version": "1.3.0",
  "port-version": 1,
  "description": "Oat++ Mbed TLS submodule providing secure server and client connection providers.",
  "homepage": "https://oatpp.io/docs/modules/oatpp-mbedtls/",
  "license": "Apache-2.0",
  "dependencies": [
    "mbedtls",
    "oatpp",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}