mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-23 14:53:05 +08:00
19 lines
353 B
JSON
19 lines
353 B
JSON
|
{
|
||
|
"name": "curlcpp",
|
||
|
"version": "3.1",
|
||
|
"description": "An object oriented C++ wrapper for CURL (libcurl)",
|
||
|
"homepage": "https://josephp91.github.io/curlcpp/",
|
||
|
"license": "MIT",
|
||
|
"dependencies": [
|
||
|
"curl",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|