-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMETA6.json
21 lines (21 loc) · 835 Bytes
/
META6.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"perl" : "6.*",
"name" : "Grammar::Profiler::Simple",
"version" : "0.02",
"description" : "Simple rule profiling for Perl 6 grammars",
"build-depends" : [ ],
"license" : "Artistic-2.0",
"depends" : [ ],
"source-url" : "git://github.com/perlpilot/Grammar-Profiler-Simple.git",
"tags" : [ "Grammar", "Profiler" ],
"authors" : [ "Jonathan Scott Duff <duff@pobox.com>" ],
"test-depends" : [ "Test" ],
"provides" : {
"Grammar::Profiler::Simple" : "lib/Grammar/Profiler/Simple.pm"
},
"support" : {
"email" : "duff@pobox.com",
"source" : "https://github.com/perlpilot/Grammar-Profiler-Simple.git",
"bugtracker" : "https://github.com/perlpilot/Grammar-Profiler-Simple/issues"
}
}