blob: c1fa0a6a83ef0acdf74e14c4f4467a264df15df9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "libkeyfinder",
"version-string": "2.2.4",
"description": "Musical key detection for digital audio",
"homepage": "https://github.com/mixxxdj/libkeyfinder",
"license": "GPL-3.0-or-later",
"dependencies": [
"fftw3"
],
"features": {
"test": {
"description": "Build tests",
"dependencies": [
"catch2"
]
}
}
}
|