vcpkg/ports/libdjinterop/vcpkg.json
2024-09-30 11:45:02 -04:00

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"
]
}