mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
21 lines
463 B
JSON
21 lines
463 B
JSON
{
|
|
"name": "libdjinterop",
|
|
"version": "0.22.1",
|
|
"description": "C++ library for access to DJ record libraries. Currently only supports Denon Engine Prime databases",
|
|
"homepage": "https://github.com/xsco/libdjinterop",
|
|
"license": "LGPL-3.0-or-later",
|
|
"supports": "!xbox",
|
|
"dependencies": [
|
|
"sqlite3",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|