-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathMETA6.json
38 lines (38 loc) · 856 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
{
"auth": "zef:pmqs",
"authors": [
"Paul Marquess <pmqs@cpan.org>"
],
"depends": [
"CompUnit::Util",
"Compress::Zlib",
"Compress::Zlib::Raw",
"IO::Glob"
],
"description": "Write Zip Files.",
"license": "Artistic-2.0",
"name": "Archive::SimpleZip",
"perl": "6.*",
"provides": {
"Archive::SimpleZip": "lib/Archive/SimpleZip.rakumod",
"Archive::SimpleZip::Headers": "lib/Archive/SimpleZip/Headers.rakumod",
"Archive::SimpleZip::Utils": "lib/Archive/SimpleZip/Utils.rakumod"
},
"resources": [
],
"source-url": "git://github.com/pmqs/Archive-SimpleZip.git",
"support": {
"source": "git://github.com/pmqs/Archive-SimpleZip.git"
},
"tags": [
"archive",
"compression"
],
"test-depends": [
"Test",
"Test::META",
"File::Temp",
"File::Which"
],
"version": "0.8.0"
}