Skip to content

Commit 6451e9a

Browse files
author
Geoffrey Broadwell
committed
Add nqp and parrot components to components.json
1 parent 4092f98 commit 6451e9a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

components.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77
[ "make" ]
88
]
99
},
10+
"nqp": {
11+
"name": "nqp",
12+
"repo_url": "git://github.com/perl6/nqp.git",
13+
"release_tags": "^ 20\\d\\d \\D \\d\\d [\\.\\d+]? $"
14+
},
15+
"parrot": {
16+
"name": "parrot",
17+
"repo_url": "git://github.com/parrot/parrot.git"
18+
},
1019
"rakudo": {
1120
"name": "rakudo",
1221
"repo_url": "git://github.com/rakudo/rakudo.git",

0 commit comments

Comments
 (0)