vcpkg/ports/cpp-httplib/vcpkg.json
Weihang Ding fcd7a06ecc
[cpp-httplib] Bump to 0.13.3 (#32949)
* [cpp-httplib] Bump to 0.13.3

* update version database
2023-08-07 09:05:51 -07:00

19 lines
383 B
JSON

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