blob: 6ca30d7db8873ff64a030c726acf4f8b3260bede (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name": "libsrt",
"version": "1.4.4",
"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"
}
}
}
|