vcpkg/ports/oatpp-curl/vcpkg.json

11 lines
272 B
JSON
Raw Normal View History

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