aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libcurl-simple-https/vcpkg.json
blob: beac2afdd5a5f97eb0385d54a0faff9f13adc329 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "libcurl-simple-https",
  "version-date": "2022-02-14",
  "description": "Very simple HTTPS interface built atop libcurl",
  "license": "Apache-2.0 OR MIT",
  "supports": "!uwp",
  "dependencies": [
    "curl",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}