vcpkg/ports/udt/vcpkg.json

19 lines
450 B
JSON
Raw Normal View History

{
"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
}
]
}