Skip to content

Commit 1725416

Browse files
committed
Add repo info for Perlito, NQP-JS, and perl5 components (can't build them yet, though)
1 parent 8d3b8f3 commit 1725416

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

components.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,22 @@
2222
[ "make", "install" ]
2323
]
2424
},
25+
"nqp-js": {
26+
"name": "nqp-js",
27+
"repo_url": "git@github.com:pmurias/rakudo-js.git"
28+
},
2529
"parrot": {
2630
"name": "parrot",
2731
"repo_url": "git://github.com/parrot/parrot.git"
2832
},
33+
"perl5": {
34+
"name": "perl5",
35+
"repo_url": "git://perl5.git.perl.org/perl.git"
36+
},
37+
"perlito": {
38+
"name": "perlito",
39+
"repo_url": "https://github.com/fglock/Perlito.git"
40+
},
2941
"rakudo": {
3042
"name": "rakudo",
3143
"repo_url": "git://github.com/rakudo/rakudo.git",

0 commit comments

Comments
 (0)