aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/iir1/vcpkg.json
blob: a325a061ab8333156db4a70c0b3f5eabc9945f17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "iir1",
  "version": "1.10.0",
  "description": "An infinite impulse response (IIR) filter library for realtime processing. It implements Butterworth, RBJ, Chebychev filters.",
  "homepage": "https://github.com/berndporr/iir1",
  "license": "MIT",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}