2021-09-03 04:23:35 +08:00
{
"name" : "portmidi" ,
2022-10-17 22:47:07 +08:00
"version" : "2.0.4" ,
2023-03-20 14:18:59 +08:00
"port-version" : 1 ,
2022-01-04 05:23:35 +08:00
"description" : "PortMidi is a cross platform (Windows, macOS, Linux, and BSDs which support alsalib) library for interfacing with operating systems' MIDI I/O APIs." ,
"homepage" : "https://github.com/PortMidi/portmidi" ,
"license" : "MIT" ,
"supports" : "!uwp" ,
2021-09-17 22:51:19 +08:00
"dependencies" : [
2022-01-04 05:23:35 +08:00
{
"name" : "alsa" ,
"platform" : "!(windows | osx)"
} ,
2021-09-17 22:51:19 +08:00
{
"name" : "vcpkg-cmake" ,
"host" : true
2022-01-04 05:23:35 +08:00
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
2021-09-17 22:51:19 +08:00
}
]
2021-09-03 04:23:35 +08:00
}