-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMETA6.json
More file actions
36 lines (36 loc) · 709 Bytes
/
META6.json
File metadata and controls
36 lines (36 loc) · 709 Bytes
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
{
"name": "Raku doc",
"description": "Raku™ documentation",
"version": "2.0",
"raku": "6.*",
"authors": [
"raku"
],
"auth": "raku",
"test-depends": [
"Cro::HTTP::Client",
"File::Temp",
"Test::META",
"Doc::TypeGraph",
"RakuDoc::Test::Files:ver<0.3+>"
],
"build-depends": [],
"provides": {
"Pod::Cache": "lib/Pod/Cache.rakumod",
"Pod::Convenience": "lib/Pod/Convenience.rakumod"
},
"support": {
"source": "git://github.com/Raku/doc.git"
},
"license": "Artistic-2.0",
"tags": [
"raku",
"pod6",
"rakudoc",
"documentation",
"reference",
"perl6"
],
"source-url": "git://github.com/Raku/doc.git",
"meta6": "0"
}