yuzu/externals/vcpkg/ports/oatpp-curl/vcpkg.json

19 lines
401 B
JSON
Executable File

{
"name": "oatpp-curl",
"version": "1.3.0",
"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",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}