mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 06:49:02 +08:00
84ed636564
* update libhv version to 1.2.4 * vcpkg x-add-version --all * update versions for CI check * add license * update versions for CI check
15 lines
318 B
JSON
15 lines
318 B
JSON
{
|
|
"name": "libhv",
|
|
"version": "1.2.4",
|
|
"description": "Libhv is a C/C++ network library similar to libevent/libuv.",
|
|
"homepage": "https://github.com/ithewei/libhv",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!(arm | uwp)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|