mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-20 08:15:40 -04:00
Initial community commit
This commit is contained in:
18
vcpkg-ports/restclient-cpp/vcpkg.json
Normal file
18
vcpkg-ports/restclient-cpp/vcpkg.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "restclient-cpp",
|
||||
"version-date": "2022-02-09",
|
||||
"description": "Simple REST client for C++. It wraps libcurl for HTTP requests.",
|
||||
"homepage": "https://code.mrtazz.com/restclient-cpp/",
|
||||
"license": "MIT",
|
||||
"dependencies": [
|
||||
"curl",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user