aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/curlpp/vcpkg.json
blob: 40e0eebba351bc5dc21c218b036f014e593431ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "curlpp",
  "version-date": "2018-06-15",
  "port-version": 11,
  "description": "C++ wrapper around libcURL",
  "homepage": "https://github.com/jpbarrette/curlpp",
  "license": "MIT",
  "dependencies": [
    {
      "name": "curl",
      "default-features": false
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}