vcpkg/ports/libvorbis/vcpkg.json

12 lines
321 B
JSON
Raw Normal View History

2020-08-20 12:21:09 +08:00
{
"name": "libvorbis",
"version-string": "1.3.7",
"port-version": 1,
2020-08-20 12:21:09 +08:00
"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"
]
}