vcpkg/ports/oatpp-curl/vcpkg.json
2020-11-05 18:21:17 -08:00

12 lines
300 B
JSON

{
"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"
]
}