-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMETA6.json
31 lines (31 loc) · 960 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
{
"meta-version" : "1",
"perl" : "6.c",
"name" : "Native::Compile",
"api" : "1",
"version" : "0.2",
"auth" : "github:CurtTilmes",
"description" : "Native Compiling for Raku Modules",
"license" : "Artistic-2.0",
"test-depends" : [ "Test", "Test::When" ],
"depends" : {
"runtime": {
"requires": [ "HTTP::UserAgent" ]
},
"test": {
"requires": [ "Test", "Test::When" ]
}
},
"authors" : [ "Curt Tilmes <curt@tilmes.org>" ],
"provides" : {
"Native::Compile" : "lib/Native/Compile.rakumod"
},
"tags" : [
"COMPILING", "BUILD"
],
"support" : {
"email" : "curt@tilmes.org",
"bugtracker" : "https://github.com/CurtTilmes/raku-native-compile/issues",
"source" : "https://github.com/CurtTilmes/raku-native-compile.git"
}
}