mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:59:07 +08:00
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|