-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.info
18 lines (18 loc) · 897 Bytes
/
META.info
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name" : "p6doc",
"version" : "*",
"description" : "Perl 6 documentation (tools and docs)",
"depends" : [ "URI", "File::Temp", "JSON::Fast", "Pod::To::BigPage", "Pod::To::HTML" ],
"build-depends" : [ "File::Find" ],
"provides" : {
"Perl6::Type" : "lib/Perl6/Type.pm",
"Perl6::TypeGraph" : "lib/Perl6/TypeGraph.pm",
"Perl6::TypeGraph::Viz" : "lib/Perl6/TypeGraph/Viz.pm",
"Pod::Convenience" : "lib/Pod/Convenience.pm6",
"Pod::Htmlify" : "lib/Pod/Htmlify.pm6",
"Pod::To::SectionFilter" : "lib/Pod/To/SectionFilter.pm",
"Perl6::Documentable" : "lib/Perl6/Documentable.pm",
"Perl6::Documentable::Registry" : "lib/Perl6/Documentable/Registry.pm"
},
"source-url" : "git://github.com/perl6/doc.git"
}