2022-07-06 06:49:35 +08:00
{
"name" : "ableton" ,
"version" : "3.0.5" ,
2022-07-13 02:12:55 +08:00
"port-version" : 1 ,
2022-07-06 06:49:35 +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" : [
2022-07-13 02:12:55 +08:00
"asio" ,
2022-07-06 06:49:35 +08:00
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
}
] ,
"features" : {
"coretest" : {
"description" : "Build LinkCoreTest suite" ,
"dependencies" : [
"catch2"
]
} ,
"discoverytest" : {
"description" : "Build LinkDiscoveryTest suite" ,
"dependencies" : [
"catch2"
]
} ,
"hut" : {
2022-07-13 02:12:55 +08:00
"description" : "Build LinkHut command line tool" ,
"dependencies" : [
{
"name" : "asiosdk" ,
"platform" : "windows"
}
]
2022-07-06 06:49:35 +08:00
} ,
"hutsilent" : {
"description" : "Build LinkHutSilent command line tool"
}
}
}