vcpkg/ports/libhv/vcpkg.json
JonLiu1993 1a6e66e7e4
[libhv] update to 1.3.0 (#28105)
* [libhv] update to 1.3.0

* update version
2022-12-02 09:11:25 -08:00

27 lines
521 B
JSON

{
"name": "libhv",
"version": "1.3.0",
"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
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"ssl": {
"description": "with openssl library",
"dependencies": [
"openssl"
]
}
}
}