mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:39:08 +08:00
23 lines
418 B
JSON
23 lines
418 B
JSON
{
|
|
"name": "curlpp",
|
|
"version-date": "2018-06-15",
|
|
"port-version": 10,
|
|
"description": "C++ wrapper around libcURL",
|
|
"homepage": "https://github.com/jpbarrette/curlpp",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "curl",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|