aboutsummaryrefslogtreecommitdiff
path: root/ports/audiofile/vcpkg.json
blob: 8d982a697255a3e3d28de10cc5352c6b7b0bdc70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "audiofile",
  "version": "1.0.9",
  "description": "A simple header-only C++ library for reading and writing audio files.",
  "homepage": "https://github.com/adamstark/AudioFile",
  "license": "GPL-3.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}