-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathMETA6.json
More file actions
24 lines (24 loc) · 754 Bytes
/
Copy pathMETA6.json
File metadata and controls
24 lines (24 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"auth" : "github:pierre-vigier",
"authors" : [
"github:pierre-vigier",
"github:lichtkind"
],
"build-depends" : [ ],
"depends" : [ "AttrX::Lazy" ],
"description" : "create, compare, compute and measure matrices",
"license" : "Artistic-2.0",
"name" : "Math::Matrix",
"perl" : "6.c",
"provides" : {
"Math::Matrix" : "lib/Math/Matrix.pm6",
"Math::Matrix::Util" : "lib/Math/Matrix/Util.pm6",
"Math::Matrix::Type" : "lib/Math/Matrix/Type.pm6",
"Math::Matrix::ArrayOfArray" : "lib/Math/Matrix/ArrayOfArray.pm6"
},
"resources" : [ ],
"source-url" : "git://github.com/pierre-vigier/Perl6-Math-Matrix.git",
"tags" : [ "Math" ],
"test-depends" : [ "Test", "Test::META"],
"version" : "0.3.9"
}