diff options
Diffstat (limited to 'vcpkg/ports/udt/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/udt/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/udt/vcpkg.json b/vcpkg/ports/udt/vcpkg.json new file mode 100644 index 0000000..a81edec --- /dev/null +++ b/vcpkg/ports/udt/vcpkg.json @@ -0,0 +1,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 + } + ] +} |