-
Notifications
You must be signed in to change notification settings - Fork 7
/
META6.json
51 lines (51 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"api": "1",
"auth": "zef:coke",
"authors": [
"Joel D. S. <@noisegul>",
"Tim Siegel <github:softmoth>",
"Will Coleda"
],
"build-depends": [
],
"depends": [
{
"name": "Pod::Utils",
"version": "0.0.2+"
}
],
"description": "A tool for reading Raku documentation",
"license": "Artistic-2.0",
"name": "rakudoc",
"perl": "6.d",
"provides": {
"Rakudoc": "lib/Rakudoc.rakumod",
"Rakudoc::CMD": "lib/Rakudoc/CMD.rakumod",
"Rakudoc::Documentable": "lib/Rakudoc/Documentable.rakumod",
"Rakudoc::Pod::Cache": "lib/Rakudoc/Pod/Cache.rakumod"
},
"raku": "6.d",
"resources": [
"doc/bin/rakudoc.rakudoc"
],
"source-url": "https://github.com/Raku/rakudoc.git",
"support": {
"bugtracker": "https://github.com/Raku/rakudoc/issues"
},
"tags": [
],
"test-depends": [
{
"name": "IO::MiddleMan",
"version": "1.001003+"
},
{
"name": "File::Directory::Tree"
},
{
"name": "File::Temp",
"version": "0.0.8+"
}
],
"version": "0.2.6"
}