-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathMETA6.json
More file actions
19 lines (18 loc) · 787 Bytes
/
META6.json
File metadata and controls
19 lines (18 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"perl": "6.c",
"name" : "Math::Sequences",
"version" : "0.0.6",
"description" : "Various mathematical sequences of moderate use",
"authors" : [ "Aaron Sherman", "JJ Merelo" ],
"provides" : {
"Math::Sequences::Integer" : "lib/Math/Sequences/Integer.pm6",
"Math::Sequences::Real" : "lib/Math/Sequences/Real.pm6",
"Math::Sequences::Numberphile" : "lib/Math/Sequences/Numberphile.pm6",
"Math::Sequences::Others" : "lib/Math/Sequences/Others.pm6",
"Math::Util::Roman" : "lib/Math/Util/Roman.pm6",
"Math::Util::SpellNumbers" : "lib/Math/Util/SpellNumbers.pm6"
},
"depends" : [ "Test::META", "Lingua::EN::Numbers" ],
"resources" : [ ],
"source-url" : "https://github.com/ajs/perl6-Math-Sequences.git"
}