mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:38:59 +08:00
a3df696929
* [libhv] add ssl support * update version * [libhv] add ssl support * fix version * update version * revert git-tree * Add license * update version * update version * update version * [libhv] add ssl support * update version * update portfile.cmake * update version
24 lines
474 B
JSON
24 lines
474 B
JSON
{
|
|
"name": "libhv",
|
|
"version": "1.2.4",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
],
|
|
"features": {
|
|
"ssl": {
|
|
"description": "with openssl library",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
}
|
|
}
|
|
}
|