-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathMETA6.json
42 lines (42 loc) · 880 Bytes
/
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
41
42
{
"name": "p6doc",
"description": "Perl 6 documentation (tools and docs)",
"version": "1.003",
"perl": "6.*",
"authors": [
"perl6"
],
"auth": "perl6",
"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"
],
"build-depends": [
"File::Find"
],
"provides": {
"Pod::Cache": "lib/Pod/Cache.pm6",
"Pod::Convenience": "lib/Pod/Convenience.pm6",
"Pod::To::SectionFilter": "lib/Pod/To/SectionFilter.pm6",
"Test-Files": "lib/Test-Files.pm6"
},
"support": {
"source": "git://github.com/perl6/doc.git"
},
"license": "Artistic-2.0",
"tags": [
"perl6",
"pod6",
"documentation",
"reference"
],
"source-url": "git://github.com/perl6/doc.git",
"meta6": "0"
}