vcpkg/ports/iowa-hills-dsp/vcpkg.json

14 lines
420 B
JSON
Raw Normal View History

2024-04-02 07:20:11 +08:00
{
"name": "iowa-hills-dsp",
"version": "0.1.0",
"description": "A platform-independent C/C++ library with many DSP (digital signal processing) functions, amongst also FIR and IIR filter design - but also FFT, DFT, Goertzel and Windowing functions.",
"homepage": "https://github.com/hayguen/iowahills_dsp",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}