aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/jack2/vcpkg.json
blob: 443204d5bc6f00b38fe5e5d549627aa1cfefcfd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "jack2",
  "version-semver": "1.9.22",
  "description": "Cross-platform API that enables device sharing and inter-application audio routing",
  "homepage": "https://jackaudio.org/",
  "license": "GPL-2.0",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}