vcpkg/ports/libhv/vcpkg.json
JonLiu1993 763429b55b
[libhv] update to 1.3.2 (#34811)
* [libhv] update to 1.3.2

* update version

---------

Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
2023-10-31 11:57:23 -07:00

27 lines
513 B
JSON

{
"name": "libhv",
"version": "1.3.2",
"description": "Libhv is a C/C++ network library similar to libevent/libuv.",
"homepage": "https://github.com/ithewei/libhv",
"license": "BSD-3-Clause",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"ssl": {
"description": "with openssl library",
"dependencies": [
"openssl"
]
}
}
}