vcpkg/ports/cpp-httplib/vcpkg.json
chausner 24e389168d
[cpp-httplib] Update to 0.12.3 (#31281)
* Update cpp-httplib to 0.12.3

* Update CI baseline

* Use "v${VERSION}"

* Update patch

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-05-08 18:23:01 -07:00

19 lines
383 B
JSON

{
"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
}
]
}