aboutsummaryrefslogtreecommitdiff
path: root/ports/libvorbis/vcpkg.json
blob: 9f467363dcddc11abfc0670be2bf2d7683979fae (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "libvorbis",
  "version-string": "1.3.7",
  "description": "Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format",
  "homepage": "https://github.com/xiph/vorbis",
  "license": "BSD-3-Clause",
  "dependencies": [
    "libogg"
  ]
}