aboutsummaryrefslogtreecommitdiff
path: root/ports/lv2/vcpkg.json
blob: 8d0b0cda34948991f8a69807a22462960e0557f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "lv2",
  "version-semver": "1.18.2",
  "port-version": 1,
  "description": "LV2 is a plugin standard for audio systems. It defines a minimal yet extensible C API for plugin code and a format for plugin \"bundles\".",
  "homepage": "https://lv2plug.in",
  "license": "ISC",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}