vcpkg/ports/libsrt/vcpkg.json
2021-11-08 20:39:41 -08:00

21 lines
508 B
JSON

{
"name": "libsrt",
"version": "1.4.4",
"port-version": 1,
"description": "Secure Reliable Transport (SRT) is an open source transport technology that optimizes streaming performance across unpredictable networks, such as the Internet.",
"homepage": "https://github.com/Haivision/srt",
"supports": "!uwp",
"dependencies": [
"openssl",
{
"name": "vcpkg-cmake",
"host": true
}
],
"features": {
"tool": {
"description": "Builds libsrt executable"
}
}
}