-
Notifications
You must be signed in to change notification settings - Fork 7
/
setup.json
28 lines (23 loc) · 862 Bytes
/
setup.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
{
"name" : "winxed",
"version" : "0.0.0",
"abstract" : "winxed compiler",
"description" : "Parrot compiler for the Winxed language",
"keywords" : [
"winxed", "compiler"
],
"copyright_holder" : "Julián Albo",
"license_type" : "Artistic License 2.0",
"license_uri" : "http://www.perlfoundation.org/artistic_license_2_0",
"checkout_uri" : "git://github.com/NotFound/winxed.git",
"browser_uri" : "http://github.com/NotFound/winxed",
"project_uri" : "http://winxed.org/",
"pbc_pir" : {
"build/winxed/winxed.pbc" : "pir/winxed_compiler.pir",
"build/winxed_installed.pbc" : "pir/winxed_installed.pir"
},
"installable_pbc" : {
"winxed" : "build/winxed_installed.pbc"
},
"inst_lang" : [ "build/winxed/winxed.pbc" ]
}