1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
{
"name": "ableton-link",
"version": "3.1.2",
"description": "Ableton Link, a technology that synchronizes musical beat, tempo, and phase across multiple applications running on one or more devices.",
"homepage": "https://www.ableton.com/en/link/",
"documentation": "http://ableton.github.io/link/",
"license": "GPL-2.0-or-later",
"dependencies": [
"asio",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"coretest": {
"description": "Build LinkCoreTest suite",
"supports": "!uwp",
"dependencies": [
"catch2"
]
},
"discoverytest": {
"description": "Build LinkDiscoveryTest suite",
"supports": "!uwp",
"dependencies": [
"catch2"
]
},
"hut": {
"description": "Build LinkHut command line tool",
"dependencies": [
{
"name": "asiosdk",
"platform": "windows"
}
]
},
"hutsilent": {
"description": "Build LinkHutSilent command line tool",
"supports": "!uwp"
}
}
}
|