18 lines
357 B
JSON
Executable file
18 lines
357 B
JSON
Executable file
{
|
|
"name": "libcurl-simple-https",
|
|
"version-date": "2022-02-14",
|
|
"description": "Very simple HTTPS interface built atop libcurl",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"curl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|