aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/restclient-cpp/vcpkg.json
blob: a3f6b9cd0737a70d69d7869fdc2cb8491a99dd2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "restclient-cpp",
  "version-date": "2024-01-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
    }
  ]
}