aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libao/vcpkg.json
blob: fe6117b531c635a0776fed90d6c55b25a50a20a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "libao",
  "version": "1.2.2",
  "port-version": 5,
  "description": "libao - A Cross-platform Audio Library",
  "homepage": "https://github.com/xiph/libao",
  "license": "GPL-2.0",
  "supports": "!uwp & !xbox",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true,
      "platform": "windows"
    }
  ]
}