2023-02-03 08:22:45 +08:00
{
2023-02-04 04:25:31 +08:00
"name" : "ableton-link" ,
2023-02-03 08:22:45 +08:00
"version" : "3.0.6" ,
2023-09-19 00:56:50 +08:00
"port-version" : 1 ,
2023-02-03 08:22:45 +08:00
"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" ,
2023-09-19 00:56:50 +08:00
"supports" : "!uwp" ,
2023-02-03 08:22:45 +08:00
"dependencies" : [
"catch2"
]
} ,
"discoverytest" : {
"description" : "Build LinkDiscoveryTest suite" ,
2023-09-19 00:56:50 +08:00
"supports" : "!uwp" ,
2023-02-03 08:22:45 +08:00
"dependencies" : [
"catch2"
]
} ,
"hut" : {
"description" : "Build LinkHut command line tool" ,
"dependencies" : [
{
"name" : "asiosdk" ,
"platform" : "windows"
}
]
} ,
"hutsilent" : {
2023-09-19 00:56:50 +08:00
"description" : "Build LinkHutSilent command line tool" ,
"supports" : "!uwp"
2023-02-03 08:22:45 +08:00
}
}
}