-
Notifications
You must be signed in to change notification settings - Fork 82
/
META6.json
24 lines (24 loc) · 1.04 KB
/
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
{
"perl" : "6.*",
"name" : "raku-examples",
"version" : "0.0.1",
"auth" : "github:Raku",
"license" : "Artistic-2.0",
"description" : "Many examples of Raku code",
"depends" : [ "URI", "Pod::To::HTML", "LWP::Simple", "Algorithm::Soundex",
"DBIish", "File::Find", "File::Temp", "Text::VimColour",
"HTTP::Easy", "Terminal::ANSIColor", "Web::Request", "HTML::Escape",
"Term::termios" ],
"test-depends" : [ "Test", "Test::META" ],
"source-url" : "git://github.com/Raku/examples.git",
"provides" : {
"Examples" : "lib/Examples.rakumod",
"Examples::Categories" : "lib/Examples/Categories.rakumod",
"Examples::Example" : "lib/Examples.rakumod",
"Pod6" : "lib/Pod/Parser.rakumod",
"Pod6Block" : "lib/Pod/Parser.rakumod",
"Context" : "lib/Pod/Parser.rakumod",
"Pod::Parser" : "lib/Pod/Parser.rakumod",
"Pod::To::Perl" : "lib/Pod/To/Perl.rakumod"
}
}