vcpkg/ports/libhv/vcpkg.json

15 lines
318 B
JSON
Raw Normal View History

{
"name": "libhv",
"version": "1.2.4",
"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
}
]
}