-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMETA6.json
More file actions
32 lines (32 loc) · 1.67 KB
/
META6.json
File metadata and controls
32 lines (32 loc) · 1.67 KB
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
{
"perl" : "6.d",
"name" : "Python2::Compiler",
"auth" : "github:mreitinger",
"version" : "0.0.1",
"authors" : [ "Mathias Reitinger", "Stefan Seifert" ],
"license" : "MIT",
"depends" : [ "Data::Dump", "Digest::SHA1::Native" ],
"provides" : {
"DTML::AST": "lib/DTML/AST.rakumod",
"DTML::Actions": "lib/DTML/Actions.rakumod",
"DTML::Backend::Perl5": "lib/DTML/Backend/Perl5.rakumod",
"DTML::Compiler": "lib/DTML/Compiler.rakumod",
"DTML::Grammar": "lib/DTML/Grammar.rakumod",
"Python2::AST": "lib/Python2/AST.rakumod",
"Python2::Actions": "lib/Python2/Actions.rakumod",
"Python2::Actions::Expressions": "lib/Python2/Actions/Expressions.rakumod",
"Python2::Actions::Statements": "lib/Python2/Actions/Statements.rakumod",
"Python2::Backend::Perl5": "lib/Python2/Backend/Perl5.rakumod",
"Python2::Compiler": "lib/Python2/Compiler.rakumod",
"Python2::Compiler::Service": "lib/Python2/Compiler/Service.rakumod",
"Python2::CompilationError": "lib/Python2/CompilationError.rakumod",
"Python2::Grammar": "lib/Python2/Grammar.rakumod",
"Python2::Grammar::Common": "lib/Python2/Grammar/Common.rakumod",
"Python2::Grammar::Expressions": "lib/Python2/Grammar/Expressions.rakumod",
"Python2::Grammar::Statements": "lib/Python2/Grammar/Statements.rakumod",
"Python2::Optimizer": "lib/Python2/Optimizer.rakumod",
"Python2::ParseFail": "lib/Python2/ParseFail.rakumod"
},
"test-depends" : [ "App::Prove6" ],
"source-url" : "git://github.com/mreitinger/Python2-Compiler.git"
}