aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/lv2/vcpkg.json
blob: 260b5deabdf09de74e5a93e71fe29ae5ece94ab4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "lv2",
  "version": "1.18.10",
  "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-tool-meson",
      "host": true
    }
  ]
}