mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 18:59:07 +08:00
3422caf654
* [cpr] update repository location * [cpr] replace deprecated vcpkg cmake functions with new ones * [cpr] increment port-version * Update CI baseline
22 lines
456 B
JSON
22 lines
456 B
JSON
{
|
|
"name": "cpr",
|
|
"version-semver": "1.6.2",
|
|
"port-version": 1,
|
|
"description": "C++ Requests is a simple wrapper around libcurl inspired by the excellent Python Requests project.",
|
|
"homepage": "https://github.com/libcpr/cpr",
|
|
"dependencies": [
|
|
{
|
|
"name": "curl",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|