aboutsummaryrefslogtreecommitdiff
path: root/ports/libhv/vcpkg.json
blob: 6df137e120de9fdf4a6bde52516b18754957c0fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "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
    }
  ]
}