mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 09:49:01 +08:00
12 lines
300 B
JSON
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"
|
|
]
|
|
}
|