20 lines
440 B
JSON
Executable File
20 lines
440 B
JSON
Executable File
{
|
|
"name": "libdjinterop",
|
|
"version": "0.16.0",
|
|
"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",
|
|
"dependencies": [
|
|
"sqlite3",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|