aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/liquid-dsp/vcpkg.json
blob: 0314f1f972baaf91ed94dad6ac19b6833f2677cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "liquid-dsp",
  "version": "1.7.0",
  "description": "Digital signal processing library for software-defined radios.",
  "homepage": "https://liquidsdr.org/",
  "license": "MIT",
  "supports": "linux | osx",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}