-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathMETA6.json
More file actions
35 lines (35 loc) · 945 Bytes
/
META6.json
File metadata and controls
35 lines (35 loc) · 945 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
{
"auth": "zef:raku-community-modules",
"authors": [
"Timothy Totten"
],
"build-depends": [
],
"depends": [
],
"description": "A Template Engine for Raku",
"license": "Artistic-2.0",
"name": "Template6",
"perl": "6.*",
"provides": {
"Template6": "lib/Template6.rakumod",
"Template6::Context": "lib/Template6/Context.rakumod",
"Template6::Parser": "lib/Template6/Parser.rakumod",
"Template6::Provider": "lib/Template6/Provider.rakumod",
"Template6::Provider::File": "lib/Template6/Provider/File.rakumod",
"Template6::Provider::String": "lib/Template6/Provider/String.rakumod",
"Template6::Service": "lib/Template6/Service.rakumod",
"Template6::Stash": "lib/Template6/Stash.rakumod"
},
"resources": [
],
"source-url": "https://github.com/raku-community-modules/Template6.git",
"tags": [
"TEMPLATE",
"TT",
"WEB"
],
"test-depends": [
],
"version": "0.15.0"
}