mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 04:31:38 +08:00
9932f44008
* [cpr] update version to 1.7.0 * update version * update version * update versions * del_version * test * update patch * update version * update patch * update patch * update version * update patch * update version * update patch * update version
21 lines
435 B
JSON
21 lines
435 B
JSON
{
|
|
"name": "cpr",
|
|
"version-semver": "1.7.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|