forked from Raku/doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META6.json
40 lines (40 loc) · 1.11 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": [
"URI",
"File::Temp",
"JSON::Fast",
"Pod::To::BigPage:ver<0.5.1+>",
"Pod::To::HTML:ver<0.6.1+>",
"OO::Monitors",
"File::Find",
"Test::META",
"Perl6::TypeGraph"
],
"tags": [
"perl6","pod6","documentation", "reference"
],
"license": "Artistic-2.0",
"provides": {
"Test-Files" : "lib/Test-Files.pm6",
"Pod::To::SectionFilter": "lib/Pod/To/SectionFilter.pm6",
"Pod::Htmlify": "lib/Pod/Htmlify.pm6",
"Pod::Cache": "lib/Pod/Cache.pm6",
"Pod::Convenience": "lib/Pod/Convenience.pm6",
"Perl6::Documentable": "lib/Perl6/Documentable.pm6",
"Perl6::Documentable::Registry": "lib/Perl6/Documentable/Registry.pm6",
"Perl6::TypeGraph::Viz": "lib/Perl6/TypeGraph/Viz.pm6"
},
"version": "1.003",
"authors": [ "perl6" ],
"description": "Perl 6 documentation (tools and docs)",
"meta6": "0"
}