vcpkg/ports/curlpp/vcpkg.json
2024-09-11 14:03:28 -07:00

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
}
]
}