aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/vamp-sdk/vcpkg.json
blob: 6150b070ca4b5760e17be93d6391cc074a7c4cc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "vamp-sdk",
  "version": "2.10",
  "port-version": 5,
  "description": "Library for Vamp plugins",
  "homepage": "https://www.vamp-plugins.org/develop.html",
  "license": "MIT",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "libsndfile",
      "default-features": false
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}