aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/oatpp-curl/vcpkg.json
blob: 86904834087d0d4df269968a4e8703e4fcaf8ca0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "oatpp-curl",
  "version": "1.3.0",
  "port-version": 1,
  "description": "Oat++ Modern web framework curl module to use libcurl as a RequestExecutor on the oatpp's ApiClient.",
  "homepage": "https://github.com/oatpp/oatpp-curl",
  "license": "Apache-2.0",
  "dependencies": [
    "curl",
    "oatpp",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}