mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 13:09:01 +08:00
cc288af760
* add usage * revert * export targets
20 lines
404 B
JSON
20 lines
404 B
JSON
{
|
|
"name": "cpp-httplib",
|
|
"version": "0.11.3",
|
|
"port-version": 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
|
|
}
|
|
]
|
|
}
|