mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 13:31:06 +08:00
fcd7a06ecc
* [cpp-httplib] Bump to 0.13.3 * update version database
19 lines
383 B
JSON
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
|
|
}
|
|
]
|
|
}
|