aboutsummaryrefslogtreecommitdiff
path: root/ports/portsmf/vcpkg.json
blob: c97b7711de8e7b1ebf6592ab27ce2bd6ce04be84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "portsmf",
  "version": "0.238",
  "description": "Portsmf is 'Port Standard MIDI File', a cross-platform, C++ library for reading and writing Standard MIDI Files.",
  "homepage": "https://github.com/tenacityteam/portsmf",
  "license": "MIT",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}