aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/rtmidi/vcpkg.json
blob: 36b70afaf59cc4d73d1c06dd20f9bf884842ed5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "name": "rtmidi",
  "version": "6.0.0",
  "description": "A set of C++ classes that provide a common API for realtime MIDI input/output across Linux (ALSA & JACK), Macintosh OS X (CoreMidi & JACK) and Windows (Multimedia)",
  "homepage": "https://github.com/thestk/rtmidi",
  "license": "MIT",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "alsa": {
      "description": "Build ALSA API",
      "supports": "linux",
      "dependencies": [
        "alsa"
      ]
    }
  }
}