vcpkg/ports/curlcpp/vcpkg.json

20 lines
374 B
JSON
Raw Normal View History

{
"name": "curlcpp",
"version": "3.1",
2024-09-12 05:03:28 +08:00
"port-version": 1,
"description": "An object oriented C++ wrapper for CURL (libcurl)",
"homepage": "https://josephp91.github.io/curlcpp/",
"license": "MIT",
"dependencies": [
"curl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}