mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 08:39:01 +08:00
13 lines
307 B
JSON
13 lines
307 B
JSON
|
{
|
||
|
"name": "cpr",
|
||
|
"version-semver": "1.6.2",
|
||
|
"description": "C++ Requests is a simple wrapper around libcurl inspired by the excellent Python Requests project.",
|
||
|
"homepage": "https://github.com/whoshuu/cpr",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "curl",
|
||
|
"default-features": false
|
||
|
}
|
||
|
]
|
||
|
}
|