aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libogg/vcpkg.json
blob: afdc6245995060136c2544eb48912cc63962d377 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "libogg",
  "version": "1.3.6",
  "port-version": 1,
  "description": "Ogg is a multimedia container format, and the native file and stream format for the Xiph.org multimedia codecs.",
  "homepage": "https://www.xiph.org/ogg",
  "license": "BSD-3-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}