aboutsummaryrefslogtreecommitdiff
path: root/ports/oatpp-curl/vcpkg.json
blob: c7dc30359dd3df05f67dc45625202d2589a2c8f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "oatpp-curl",
  "version-string": "1.2.0",
  "port-version": 2,
  "description": "Oat++ Modern web framework curl module to use libcurl as a RequestExecutor on the oatpp's ApiClient.",
  "homepage": "https://github.com/oatpp/oatpp-curl",
  "dependencies": [
    "curl",
    "oatpp"
  ]
}