aboutsummaryrefslogtreecommitdiff
path: root/ports/oatpp-curl/vcpkg.json
blob: c552f8beeff2922d9965a379c7240171b2838b62 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "oatpp-curl",
  "version": "1.2.5",
  "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"
  ]
}