2021-08-09 23:56:48 +08:00
{
"name" : "rtmidi" ,
2022-06-01 06:37:43 +08:00
"version" : "5.0.0" ,
2022-06-14 07:30:52 +08:00
"port-version" : 2 ,
2021-08-09 23:56:48 +08:00
"description" : "A set of C++ classes that provide a common API for realtime MIDI input/output across Linux (ALSA & JACK), Macintosh OS X (CoreMidi & JACK) and Windows (Multimedia)" ,
"homepage" : "https://github.com/thestk/rtmidi" ,
2022-04-20 05:31:08 +08:00
"license" : "MIT" ,
"supports" : "!uwp" ,
"dependencies" : [
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
}
2022-06-14 07:30:52 +08:00
] ,
"features" : {
"alsa" : {
"description" : "Build ALSA API" ,
"supports" : "linux" ,
"dependencies" : [
"alsa"
]
}
}
2021-08-09 23:56:48 +08:00
}