vcpkg/ports/oatpp-curl/vcpkg.json

12 lines
300 B
JSON
Raw Normal View History

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