aboutsummaryrefslogtreecommitdiff
path: root/ports/kcp/vcpkg.json
blob: 7fd78483a26b02130065c2921f15b64a0409c229 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "kcp",
  "version": "1.7",
  "description": "A fast and reliable ARQ protocol",
  "homepage": "https://github.com/skywind3000/kcp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}