-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathMETA6.json
More file actions
22 lines (22 loc) · 781 Bytes
/
META6.json
File metadata and controls
22 lines (22 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{ "name" : "Text::CSV",
"version" : "0.022",
"perl" : "6.d",
"description" : "Handle CSV data. API based on Perl's Text::CSV_XS",
"auth" : "zef:Tux",
"authors" : [ "H.Merijn Brand (Tux)" ],
"tags" : [ "CSV","CPAN5" ],
"depends" : [ "Slang::Tuxic", "File::Temp" ],
"test-depends" : [ "Test", "Test::META" ],
"provides" : {
"Text::CSV" : "lib/Text/CSV.rakumod",
"Text::IO::String" : "lib/Text/IO/String.rakumod"
},
"repo-type" : "git",
"source-url" : "git://github.com/Tux/CSV.git",
"license" : "Artistic-2.0",
"support" : {
"irc" : "irc://irc.perl.org/#csv"
},
"build-depends" : [ ],
"resources" : [ ]
}