2021-03-02 08:07:58 +08:00
|
|
|
{
|
|
|
|
"name": "libhv",
|
2024-10-11 22:40:52 +08:00
|
|
|
"version": "1.3.3",
|
2021-03-02 08:07:58 +08:00
|
|
|
"description": "Libhv is a C/C++ network library similar to libevent/libuv.",
|
|
|
|
"homepage": "https://github.com/ithewei/libhv",
|
2022-02-19 06:35:12 +08:00
|
|
|
"license": "BSD-3-Clause",
|
2023-01-19 03:42:44 +08:00
|
|
|
"supports": "!uwp",
|
2021-10-12 11:22:16 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
2022-06-07 00:45:02 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2021-10-12 11:22:16 +08:00
|
|
|
}
|
2022-03-19 05:52:54 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"ssl": {
|
|
|
|
"description": "with openssl library",
|
|
|
|
"dependencies": [
|
|
|
|
"openssl"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-03-02 08:07:58 +08:00
|
|
|
}
|