vcpkg/ports/libvorbis/vcpkg.json
2020-08-19 21:21:09 -07:00

11 lines
300 B
JSON

{
"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"
]
}