vcpkg/ports/gamma/vcpkg.json
Jack·Boos·Yu 7cfd63db7f
[many ports]switch to vcpkg-cmake / vcpkg-cmake-config part 2 (#29882)
Co-authored-by: jyu49 <yu_jack@apple.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-04-21 14:48:12 -07:00

23 lines
772 B
JSON

{
"name": "gamma",
"version-string": "gamma-2018-01-27",
"port-version": 6,
"description": "Gamma is a cross-platform, C++ library for doing generic synthesis and filtering of signals. It is oriented towards real-time sound and graphics applications, but is equally useful for non-real-time tasks. Gamma is designed to be \"light-footed\" in terms of memory and processing making it highly suitable for plug-in development or embedding in other C++ projects.",
"homepage": "https://github.com/LancePutnam/Gamma",
"license": "MIT",
"dependencies": [
{
"name": "libsndfile",
"default-features": false,
"features": [
"external-libs"
]
},
"portaudio",
{
"name": "vcpkg-cmake",
"host": true
}
]
}