mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 06:29:07 +08:00
12 lines
318 B
JSON
12 lines
318 B
JSON
{
|
|
"name": "libdjinterop",
|
|
"version-string": "0.14.6",
|
|
"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",
|
|
"zlib"
|
|
]
|
|
}
|