vcpkg/ports/libhv/vcpkg.json
Fawdlstty 84ed636564
[libhv] update to 1.2.4 (#23120)
* update libhv version to 1.2.4

* vcpkg x-add-version --all

* update versions for CI check

* add license

* update versions for CI check
2022-02-18 14:35:12 -08:00

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