vcpkg/ports/cpp-httplib/vcpkg.json
Frank 501bd6f75a
[cpp-httplib] Update to v0.13.1 (#32474)
* [cpp-httplib] Update to v0.13.1

* version
2023-07-11 11:54:40 -07:00

19 lines
383 B
JSON

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