mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 10:49:01 +08:00
66dc12b3fa
* many-ports: Update supports field * Fix several "version-string"s. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
15 lines
320 B
JSON
15 lines
320 B
JSON
{
|
|
"name": "portmidi",
|
|
"version": "0.234",
|
|
"port-version": 3,
|
|
"description": "Free, cross-platform, open-source I/O library for MIDI",
|
|
"homepage": "https://sourceforge.net/projects/portmedia/",
|
|
"supports": "!uwp & !linux",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|