Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

21 lines
449 B
JSON

{
"name": "oatpp-curl",
"version": "1.3.0",
"port-version": 1,
"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",
"license": "Apache-2.0",
"dependencies": [
"curl",
"oatpp",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}