mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:41:39 +08:00
12 lines
278 B
JSON
12 lines
278 B
JSON
{
|
|
"name": "libdvdnav",
|
|
"version-semver": "6.1.1",
|
|
"description": "Library to navigate DVD disks",
|
|
"homepage": "https://www.videolan.org/developers/libdvdnav.html",
|
|
"license": "GPL-2.0-or-later",
|
|
"supports": "!uwp & !xbox",
|
|
"dependencies": [
|
|
"libdvdread"
|
|
]
|
|
}
|