forked from wbraswell/rperl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
122 lines (122 loc) · 3.5 KB
/
META.json
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"abstract" : "Restricted Perl, The Optimizing Perl 5 Compiler",
"author" : [
"Will Braswell <[email protected]>"
],
"description" : "RPerl is the optimizing compiler for the Perl 5 programming language. RPerl compiles slow low-magic Perl 5 code into fast binary code, which can optionally be mixed back into high-magic Perl apps.",
"dynamic_config" : 0,
"generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150005",
"keywords" : [
"rperl",
"perl5",
"optimizing",
"compiler",
"optimize",
"compile"
],
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "RPerl",
"no_index" : {
"directory" : [
"t",
"inc"
],
"namespace" : [
"RPerl::Test"
],
"package" : [
"array",
"boolean",
"hash",
"integer",
"method",
"number",
"object",
"ref",
"string",
"unknown",
"MyClass_Good",
"_MyClass_Bad"
]
},
"prereqs" : {
"build" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"configure" : {
"requires" : {
"Alien::Base::ModuleBuild" : "1.02",
"Alien::GMP" : "1.08",
"Alien::GSL" : "1.01",
"IO::Socket::SSL" : "2.043"
}
},
"runtime" : {
"requires" : {
"Alien::Base::ModuleBuild" : "1.02",
"Alien::GMP" : "1.08",
"Alien::GSL" : "1.01",
"Alien::JPCRE2" : "0.012",
"Alien::PCRE2" : "0.015",
"Alien::astyle" : "0.009",
"App::Pod2CpanHtml" : "0.04",
"CPAN::Meta" : "2.150005",
"Date::Format" : "2.24",
"ExtUtils::MakeMaker" : "7.04",
"File::Which" : "1.21",
"Filter::Simple" : "0.91",
"IO::Socket::SSL" : "2.043",
"IPC::Run3" : "0.048",
"Inline" : "0.80",
"Inline::C" : "0.76",
"Inline::CPP" : "0.74",
"Inline::Filters" : "0.19",
"List::MoreUtils" : "0.33",
"Math::BigInt::GMP" : "1.46",
"Math::GSL" : "0.39",
"Module::Refresh" : "0.17",
"Module::ScanDeps" : "1.19",
"MongoDB" : "v1.8.0",
"PPI" : "1.242",
"PadWalker" : "2.1",
"Parse::Eyapp" : "1.21",
"Perl::Critic" : "1.121",
"Perl::Tidy" : "20191203",
"Pod::PseudoPod" : "0.18",
"Test2::Suite" : "0.000069",
"Test::CPAN::Changes" : "0.400002",
"Test::Exception" : "0.43",
"Test::Number::Delta" : "1.06",
"Text::ASCIITable" : "0.20",
"Time::HiRes" : "1.9726",
"perl" : "5.012000"
}
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=RPerl"
},
"homepage" : "http://www.rperl.org",
"license" : [
"http://dev.perl.org/licenses/"
],
"repository" : {
"type" : "git",
"url" : "git://github.com/wbraswell/rperl.git",
"web" : "https://github.com/wbraswell/rperl"
},
"x_IRC" : "irc://irc.perl.org/#perl11"
},
"version" : "7.000000",
"x_serialization_backend" : "JSON::PP version 2.27300"
}