-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMETA6.json
37 lines (37 loc) · 942 Bytes
/
META6.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"auth": "zef:jonathanstowe",
"name": "Audio::Fingerprint::Chromaprint",
"version": "0.0.5",
"source-url": "https://github.com/jonathanstowe/Audio-Fingerprint-Chromaprint.git",
"build-depends": [
],
"resources": [
],
"authors": [
"Jonathan Stowe <[email protected]>"
],
"description": "Get audio fingerprint using the chromaprint / AcoustID library",
"meta-version": "1",
"test-depends": [
"Audio::Sndfile"
],
"api": "1.0",
"depends": [
"NativeHelpers::Array"
],
"support": {
"source": "https://github.com/jonathanstowe/Audio-Fingerprint-Chromaprint.git",
"bugtracker": "https://github.com/jonathanstowe/Audio-Fingerprint-Chromaprint/issues"
},
"provides": {
"Audio::Fingerprint::Chromaprint": "lib/Audio/Fingerprint/Chromaprint.rakumod"
},
"license": "Artistic-2.0",
"raku": "6.*",
"tags": [
"audio",
"fingerprint",
"acoustid",
"noise-gang"
]
}