mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
fe367ac23e
* [udt] New port * update version database * fix windows build * update version database * fix platform detection * update version database * fix windows build * update version database * fix patch * update version database * optimize defs * update version database * not support uwp * update version database * Fix find unofficial-udt * update version database
19 lines
450 B
JSON
19 lines
450 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|