summary refs log tree commit diff stats
path: root/META6.json
blob: c561fedf0b026624b41cf95501eba57920931c32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "name" : "Template::Nest::Fast",
    "auth" : "zef:andinus",
    "version" : "0.1.0",
    "description" : "Template::Nest::Fast is a high-performance template engine module for Raku",
    "authors" : [ "Andinus <andinus@nand.sh>" ],
    "license" : "ISC",
    "perl" : "6.d",
    "provides" : {
        "Template::Nest::Fast" : "lib/Template/Nest/Fast.rakumod"
    },
    "depends" : [ ],
    "build-depends" : [ ],
    "test-depends" : [ ],
    "resources" : [ ],
    "tags": [
        "template", "Template::Nest"
    ],
    "source-url" : "https://github.com/andinus/TemplateNestFast"
}