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