mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 05:01:49 +08:00
11 lines
258 B
JSON
11 lines
258 B
JSON
|
{
|
||
|
"name": "restclient-cpp",
|
||
|
"version-string": "0.5.2",
|
||
|
"port-version": 1,
|
||
|
"description": "Simple REST client for C++. It wraps libcurl for HTTP requests.",
|
||
|
"homepage": "https://code.mrtazz.com/restclient-cpp/",
|
||
|
"dependencies": [
|
||
|
"curl"
|
||
|
]
|
||
|
}
|