-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMETA6.json
34 lines (34 loc) · 865 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
{
"name": "Raku::StepByStep",
"description": "Raku tooling to make Raku Step by Step Tutorial possible.",
"version": "0.2.0",
"perl": "6.d",
"authors": [
"Michal Jurosz"
],
"auth": "github:mj41",
"depends": [],
"build-depends": [],
"test-depends": [
"Test",
"Test::META"
],
"provides": {
"Raku::StepByStep": "lib/Raku/StepByStep.rakumod",
"Raku::StepByStep::Code": "lib/Raku/StepByStep/Code.rakumod",
"Raku::StepByStep::Eval": "lib/Raku/StepByStep/Eval.rakumod"
},
"support": {
"bugtracker": "https://github.com/mj41/Raku-StepByStep/issues",
"license": "https://www.apache.org/licenses/LICENSE-2.0"
},
"license": "Apache-2.0",
"tags": [
"documentation",
"examples"
],
"production": 1,
"source-url": "git://github.com/mj41/Raku-StepByStep.git",
"raku": "6.d",
"source-type": "git"
}