mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 05:09:01 +08:00
5d2a0a9814
* Xbox triplets should not support ports with only copyleft licenses * Reverted ports that build with xbox currently * Fix conflict and rebase * Update baseline * Update baseline
22 lines
484 B
JSON
22 lines
484 B
JSON
{
|
|
"name": "libdjinterop",
|
|
"version": "0.16.0",
|
|
"port-version": 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"
|
|
]
|
|
}
|