mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 15:59:01 +08:00
25 lines
607 B
JSON
25 lines
607 B
JSON
|
{
|
||
|
"name": "openslide",
|
||
|
"version": "3.4.1",
|
||
|
"description": "OpenSlide is a C library for reading whole slide image files (also known as virtual slides). It provides a consistent and simple API for reading files from multiple vendors.",
|
||
|
"homepage": "https://openslide.org/",
|
||
|
"license": "LGPL-2.1-or-later",
|
||
|
"supports": "native & !(windows & static) & !osx",
|
||
|
"dependencies": [
|
||
|
"cairo",
|
||
|
"gdk-pixbuf",
|
||
|
"glib",
|
||
|
"libjpeg-turbo",
|
||
|
"libpng",
|
||
|
"libxml2",
|
||
|
"openjpeg",
|
||
|
"sqlite3",
|
||
|
"tiff",
|
||
|
{
|
||
|
"name": "vcpkg-tool-meson",
|
||
|
"host": true
|
||
|
},
|
||
|
"zlib"
|
||
|
]
|
||
|
}
|