2021-03-02 08:07:58 +08:00
|
|
|
{
|
|
|
|
"name": "libhv",
|
2022-02-19 06:35:12 +08:00
|
|
|
"version": "1.2.4",
|
2022-03-19 05:52:54 +08:00
|
|
|
"port-version": 1,
|
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",
|
2021-10-12 11:22:16 +08:00
|
|
|
"supports": "!(arm | uwp)",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
}
|
2022-03-19 05:52:54 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"ssl": {
|
|
|
|
"description": "with openssl library",
|
|
|
|
"dependencies": [
|
|
|
|
"openssl"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-03-02 08:07:58 +08:00
|
|
|
}
|