aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/alac/vcpkg.json
blob: f1e99550cf6dcf5a6c60f4c61b2db63c9fbdba82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "alac",
  "version": "2017-11-03-c38887c5",
  "port-version": 4,
  "description": "The Apple Lossless Audio Codec (ALAC) is a lossless audio codec developed by Apple and deployed on all of its platforms and devices.",
  "homepage": "https://github.com/macosforge/alac",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}