This repository was archived by the owner on Nov 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMETA.json
More file actions
68 lines (68 loc) · 1.71 KB
/
Copy pathMETA.json
File metadata and controls
68 lines (68 loc) · 1.71 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"abstract" : "Arbitrary size precision for integers, rationals and floating-point numbers.",
"author" : [
"Daniel Șuteu <trizenx@gmail.com>"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.422",
"license" : [
"artistic_2"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Math-BigNum",
"prereqs" : {
"build" : {
"requires" : {
"Test::More" : "0"
}
},
"configure" : {
"requires" : {
"Module::Build" : "0"
}
},
"runtime" : {
"requires" : {
"Carp" : "0",
"Class::Multimethods" : "0",
"Math::GMPq" : "0.41",
"Math::GMPz" : "0.39",
"Math::MPFR" : "3.29",
"POSIX" : "0",
"perl" : "v5.14.0"
}
}
},
"provides" : {
"Math::BigNum" : {
"file" : "lib/Math/BigNum.pm",
"version" : "0.20"
},
"Math::BigNum::Inf" : {
"file" : "lib/Math/BigNum/Inf.pm",
"version" : "0.20"
},
"Math::BigNum::Nan" : {
"file" : "lib/Math/BigNum/Nan.pm",
"version" : "0.20"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/trizen/Math-BigNum/issues"
},
"homepage" : "https://github.com/trizen/Math-BigNum",
"license" : [
"http://www.perlfoundation.org/artistic_license_2_0"
],
"repository" : {
"url" : "https://github.com/trizen/Math-BigNum"
}
},
"version" : "0.20",
"x_serialization_backend" : "JSON::PP version 2.27400"
}