33 lines
653 B
JSON
33 lines
653 B
JSON
{
|
|
"name": "libgig",
|
|
"version": "4.4.1",
|
|
"description": "C++ library for loading Gigasampler files and DLS Level 1/2 files",
|
|
"homepage": "https://www.linuxsampler.org/libgig/",
|
|
"license": "GPL-2.0-or-later",
|
|
"supports": "windows & !uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tests": {
|
|
"description": "Build test cases",
|
|
"dependencies": [
|
|
"cppunit"
|
|
]
|
|
},
|
|
"tools": {
|
|
"description": "Build extra tools",
|
|
"dependencies": [
|
|
"libsndfile"
|
|
]
|
|
}
|
|
}
|
|
}
|