{
   "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" : "http://www.cpan.org/authors/id/J/JG/JGOFF/Perl6/ANTLR4-Grammar-0.2.1.tar.gz",
   "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.2.1"
}