vcpkg/ports/libhv/vcpkg.json

14 lines
289 B
JSON
Raw Normal View History

{
"name": "libhv",
"version": "1.2.2",
"description": "Libhv is a C/C++ network library similar to libevent/libuv.",
"homepage": "https://github.com/ithewei/libhv",
"supports": "!(arm | uwp)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}