-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMETA6.json
20 lines (20 loc) · 904 Bytes
/
META6.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name" : "Rabble",
"version" : "0.3.1",
"description" : "A Forth written in Perl 6",
"source-url" : "git://github.com/madcapjake/rabble.git",
"authors" : ["Jake Russo <[email protected]>"],
"perl" : "6.c",
"provides" : {
"Rabble" : "lib/Rabble.pm6",
"Rabble::Compiler" : "lib/Rabble/Compiler.pm6",
"Rabble::Lexicon" : "lib/Rabble/Lexicon.pm6",
"Rabble::Reader" : "lib/Rabble/Reader.pm6",
"Rabble::Math::Arithmetic" : "lib/Rabble/Math/Arithmetic.pm6",
"Rabble::Verbs::Comparators" : "lib/Rabble/Verbs/Comparators.pm6",
"Rabble::Verbs::IO" : "lib/Rabble/Verbs/IO.pm6",
"Rabble::Verbs::Shufflers" : "lib/Rabble/Verbs/Shufflers.pm6",
"Rabble::Verbs::StackOps" : "lib/Rabble/Verbs/StackOps.pm6",
"rabble" : "bin/rabble"
}
}