-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathMETA6.json
40 lines (40 loc) · 888 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
35
36
37
38
39
40
{
"auth" : "github:drforr",
"authors" : [
"Jeffrey Goff <drforr@pobox.com>"
],
"build-depends" : [ ],
"depends" : [
"Test::META"
],
"description" : "Turn ANTLR4 Grammars into Perl 6 Grammars",
"license" : "Artistic-2.0",
"meta6" : "0",
"name" : "ANTLR4::Grammar",
"perl" : "6.c",
"provides" : {
"ANTLR4::Actions::Perl6" : "lib/ANTLR4/Actions/Perl6.pm6",
"ANTLR4::Grammar" : "lib/ANTLR4/Grammar.pm6",
"ANTLR4::Grammar::Parser" : "lib/ANTLR4/Grammar/Parser.pm6"
},
"resources" : [ ],
"source-url" : "https://github.com/drforr/perl6-ANTLR4.git",
"support" : {
"source" : "https://github.com/drforr/perl6-ANTLR4.git"
},
"tags" : [
"ANTLR",
"ANTLR4",
"Grammar",
"Transform",
"Languages",
"parse",
"parser",
"parsing"
],
"test-depends" : [
"Test",
"JSON::Tiny"
],
"version" : "0.6.2"
}