mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:18:59 +08:00
17c3670b06
* Update portaudio port to latest on github * correct port version info * remove the port-version when it is zero * update version file
8 lines
561 B
JSON
8 lines
561 B
JSON
{
|
|
"name": "portaudio",
|
|
"version-date": "2020-02-20",
|
|
"description": "PortAudio Portable Cross-platform Audio I/O API PortAudio is a free, cross-platform, open-source, audio I/O library. It lets you write simple audio programs in 'C' or C++ that will compile and run on many platforms including Windows, Macintosh OS X, and Unix (OSS/ALSA). It is intended to promote the exchange of audio software between developers on different platforms. Many applications use PortAudio for Audio I/O.",
|
|
"homepage": "http://www.portaudio.com",
|
|
"supports": "!uwp"
|
|
}
|