blob: fcef3266a3895cba1a4f6efc5f60acd44a067298 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"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"
]
}
|