mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 12:49:44 +08:00
63118c20cb
* Update libhv to 1.2.2 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
14 lines
289 B
JSON
14 lines
289 B
JSON
{
|
|
"name": "libhv",
|
|
"version": "1.2.2",
|
|
"description": "Libhv is a C/C++ network library similar to libevent/libuv.",
|
|
"homepage": "https://github.com/ithewei/libhv",
|
|
"supports": "!(arm | uwp)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|