2021-06-22 05:23:26 +08:00
|
|
|
{
|
|
|
|
"name": "cpr",
|
|
|
|
"version-semver": "1.6.2",
|
2021-10-19 05:21:39 +08:00
|
|
|
"port-version": 1,
|
2021-06-22 05:23:26 +08:00
|
|
|
"description": "C++ Requests is a simple wrapper around libcurl inspired by the excellent Python Requests project.",
|
2021-10-19 05:21:39 +08:00
|
|
|
"homepage": "https://github.com/libcpr/cpr",
|
2021-06-22 05:23:26 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "curl",
|
|
|
|
"default-features": false
|
2021-10-19 05:21:39 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2021-06-22 05:23:26 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|