-
Notifications
You must be signed in to change notification settings - Fork 0
/
META6.json
40 lines (40 loc) · 1.08 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "p6doc",
"source-url": "git://github.com/perl6/doc.git",
"support": {
"source": "git://github.com/perl6/doc.git"
},
"perl": "6.*",
"build-depends": [
"File::Find"
],
"depends": [
"LWP::Simple:ver<0.101+>",
"URI",
"File::Temp",
"JSON::Fast",
"Pod::To::BigPage:ver<0.4.0+>",
"Pod::To::HTML:ver<0.3.19+>",
"OO::Monitors",
"File::Find",
"Test::META"
],
"tags": [
"perl6","pod6","documentation", "reference"
],
"license": "Artistic-2.0",
"provides": {
"Pod::To::SectionFilter": "lib/Pod/To/SectionFilter.pm6",
"Perl6::TypeGraph": "lib/Perl6/TypeGraph.pm6",
"Pod::Htmlify": "lib/Pod/Htmlify.pm6",
"Perl6::Documentable": "lib/Perl6/Documentable.pm6",
"Perl6::TypeGraph::Viz": "lib/Perl6/TypeGraph/Viz.pm6",
"Perl6::Type": "lib/Perl6/Type.pm6",
"Pod::Convenience": "lib/Pod/Convenience.pm6",
"Perl6::Documentable::Registry": "lib/Perl6/Documentable/Registry.pm6"
},
"version": "1.002001",
"authors": [ "perl6" ],
"description": "Perl 6 documentation (tools and docs)",
"meta6": "0"
}