aboutsummaryrefslogtreecommitdiff
path: root/vcpkg-ports/restclient-cpp/vcpkg.json
blob: d7dad28966229094f9671f60dcf2dd1f7e6659e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "restclient-cpp",
  "version-date": "2022-02-09",
  "description": "Simple REST client for C++. It wraps libcurl for HTTP requests.",
  "homepage": "https://code.mrtazz.com/restclient-cpp/",
  "license": "MIT",
  "dependencies": [
    "curl",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}