-
Notifications
You must be signed in to change notification settings - Fork 13
/
META.json
149 lines (148 loc) · 4.01 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"abstract" : "Raku environment manager",
"author" : [
"Patrick B\u00f6ker <patrickb@cpan.org>"
],
"dynamic_config" : 1,
"generated_by" : "Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010",
"license" : [
"mit"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "App-Rakubrew",
"no_index" : {
"directory" : [
"eg",
"examples",
"inc",
"share",
"t",
"xt"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "7.1101"
}
},
"develop" : {
"requires" : {
"File::Spec" : "0",
"IO::Handle" : "0",
"IPC::Open3" : "0",
"Test::More" : "0",
"Test::Pod" : "1.41"
}
},
"runtime" : {
"requires" : {
"Encode::Locale" : "== 1.05",
"File::Copy::Recursive" : "== 0.45",
"File::HomeDir" : "== 1.006",
"File::Which" : "== 1.27",
"HTTP::Tinyish" : "== 0.19",
"JSON" : "== 4.10",
"Try::Tiny" : "== 0.31",
"perl" : "5.010001"
}
},
"test" : {
"recommends" : {
"CPAN::Meta" : "2.120900"
},
"requires" : {
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"IPC::Run" : "== 20231003.0",
"Test::Compile" : "== v3.3.1",
"Test::More" : "0"
}
}
},
"provides" : {
"App::Rakubrew" : {
"file" : "lib/App/Rakubrew.pm",
"version" : "40"
},
"App::Rakubrew::Build" : {
"file" : "lib/App/Rakubrew/Build.pm",
"version" : "40"
},
"App::Rakubrew::Config" : {
"file" : "lib/App/Rakubrew/Config.pm",
"version" : "40"
},
"App::Rakubrew::Download" : {
"file" : "lib/App/Rakubrew/Download.pm",
"version" : "40"
},
"App::Rakubrew::Shell" : {
"file" : "lib/App/Rakubrew/Shell.pm",
"version" : "40"
},
"App::Rakubrew::Shell::Bash" : {
"file" : "lib/App/Rakubrew/Shell/Bash.pm",
"version" : "40"
},
"App::Rakubrew::Shell::Cmd" : {
"file" : "lib/App/Rakubrew/Shell/Cmd.pm",
"version" : "40"
},
"App::Rakubrew::Shell::Fish" : {
"file" : "lib/App/Rakubrew/Shell/Fish.pm",
"version" : "40"
},
"App::Rakubrew::Shell::PowerShell" : {
"file" : "lib/App/Rakubrew/Shell/PowerShell.pm",
"version" : "40"
},
"App::Rakubrew::Shell::Sh" : {
"file" : "lib/App/Rakubrew/Shell/Sh.pm",
"version" : "40"
},
"App::Rakubrew::Shell::Tcsh" : {
"file" : "lib/App/Rakubrew/Shell/Tcsh.pm",
"version" : "40"
},
"App::Rakubrew::Shell::Zsh" : {
"file" : "lib/App/Rakubrew/Shell/Zsh.pm",
"version" : "40"
},
"App::Rakubrew::Tools" : {
"file" : "lib/App/Rakubrew/Tools.pm",
"version" : "40"
},
"App::Rakubrew::Update" : {
"file" : "lib/App/Rakubrew/Update.pm",
"version" : "40"
},
"App::Rakubrew::Variables" : {
"file" : "lib/App/Rakubrew/Variables.pm",
"version" : "40"
},
"App::Rakubrew::VersionHandling" : {
"file" : "lib/App/Rakubrew/VersionHandling.pm",
"version" : "40"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/Raku/App-Rakubrew/issues"
},
"homepage" : "https://rakubrew.org/",
"repository" : {
"type" : "git",
"url" : "https://github.com/Raku/App-Rakubrew.git",
"web" : "https://github.com/Raku/App-Rakubrew"
}
},
"version" : "40",
"x_generated_by_perl" : "v5.34.0",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.27",
"x_spdx_expression" : "MIT"
}