mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:59:05 +08:00
38b53e80eb
* [libogg] Disable license * [libogg] Disable license * version
19 lines
422 B
JSON
19 lines
422 B
JSON
{
|
|
"name": "libogg",
|
|
"version": "1.3.5",
|
|
"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
|
|
}
|
|
]
|
|
}
|