aboutsummaryrefslogtreecommitdiff
path: root/ports/cpr/vcpkg.json
blob: 5a648e2908cf0475e7850cdfc71b89f4a8dad533 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "cpr",
  "version-semver": "1.6.2",
  "description": "C++ Requests is a simple wrapper around libcurl inspired by the excellent Python Requests project.",
  "homepage": "https://github.com/whoshuu/cpr",
  "dependencies": [
    {
      "name": "curl",
      "default-features": false
    }
  ]
}