mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 21:09:06 +08:00
3e7517b24f
* [libhv] Export CMake config files * x-add-version * update patch * x-add-version Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
28 lines
542 B
JSON
28 lines
542 B
JSON
{
|
|
"name": "libhv",
|
|
"version": "1.2.4",
|
|
"port-version": 2,
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|