aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/udt/vcpkg.json
blob: a81edec28e6397f36d247df41d0a2bd6fd0c8e31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "udt",
  "version": "4.11",
  "description": "UDT is a reliable UDP based application level data transport protocol for distributed data intensive applications over wide area high-speed networks.",
  "homepage": "https://udt.sourceforge.io/",
  "license": null,
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}