-
Notifications
You must be signed in to change notification settings - Fork 1
/
META6.json
42 lines (42 loc) · 972 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
38
39
40
41
42
{
"name": "Task::Noise",
"source-url": "[email protected]:Perl6-Noise-Gang/Task-Noise.git",
"support": {
"source": "[email protected]:Perl6-Noise-Gang/Task-Noise.git"
},
"perl": "6.c",
"auth": "github:perl6-noise-gang",
"provides": { },
"depends": [
"ABC",
"Music::Helpers",
"Audio::Taglib::Simple",
"Audio::Sndfile",
"Audio::Libshout",
"Audio::Encode::LameMP3",
"Audio::Convert::Samplerate",
"Audio::Silan",
"Audio::Liquidsoap",
"Audio::Playlist::JSPF",
"Audio::Hydrogen",
"Audio::PortAudio",
"Audio::PortMIDI",
"Audio::Icecast",
"EuclideanRhythm",
"Audio::OggVorbis",
"Audio::MIDI::Note"
],
"tags": [
"audio",
"noise",
"sound"
],
"license": "Artistic",
"test-depends": [ ],
"description": "META distribution to install all the noise related modules known to the Perl 6 Noise Gang",
"version": "0.0.1",
"meta6": "0",
"authors": [
"Perl6 Noise Gang"
]
}