vcpkg/ports/cpp-httplib/vcpkg.json
Argentoz f6ab2d05eb
[cpp-httplib] update to 0.12.2. (#30737)
* Update cpp-httplib to 0.12.2

* Update CI baseline
2023-04-10 14:28:24 -07:00

19 lines
383 B
JSON

{
"name": "cpp-httplib",
"version": "0.12.2",
"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
}
]
}