vcpkg/ports/cpp-httplib/vcpkg.json

19 lines
383 B
JSON
Raw Normal View History

{
"name": "cpp-httplib",
"version": "0.12.3",
"description": "A single file C++11 header-only HTTP/HTTPS server and client library",
"homepage": "https://github.com/yhirose/cpp-httplib",
"license": "MIT",
"dependencies": [
"brotli",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}