forked from pierre-vigier/Perl6-Math-Matrix
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathMETA6.json
More file actions
32 lines (32 loc) · 754 Bytes
/
META6.json
File metadata and controls
32 lines (32 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
25
26
27
28
29
30
31
32
{
"auth": "zef:raku-community-modules",
"authors": [
"Pierre Vigier",
"Herbert Breunung"
],
"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.rakumod",
"Math::Matrix::ArrayOfArray": "lib/Math/Matrix/ArrayOfArray.rakumod",
"Math::Matrix::Type": "lib/Math/Matrix/Type.rakumod",
"Math::Matrix::Util": "lib/Math/Matrix/Util.rakumod"
},
"resources": [
],
"source-url": "https://github.com/raku-community-modules/Math-Matrix.git",
"tags": [
"Math",
"Matrix"
],
"test-depends": [
],
"version": "0.4.1"
}