forked from openSUSE/Mojo-IOLoop-ReadWriteProcess
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMETA.json
More file actions
110 lines (110 loc) · 3.3 KB
/
META.json
File metadata and controls
110 lines (110 loc) · 3.3 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
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
{
"abstract" : "Execute external programs or internal code blocks as separate process.",
"author" : [
"Ettore Di Giacinto <edigiacinto@suse.com>"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v3.1.25, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Mojo-IOLoop-ReadWriteProcess",
"no_index" : {
"directory" : [
"t",
"xt",
"inc",
"share",
"eg",
"examples",
"author",
"builder"
]
},
"optional_features" : {
"ci" : {
"description" : "ci",
"prereqs" : {
"runtime" : {
"requires" : {
"Devel::Cover" : "0",
"Devel::Cover::Report::Codecovbash" : "0",
"Minilla" : "0",
"TAP::Formatter::GitHubActions" : "0",
"Test::Pod::Coverage" : "0"
}
}
}
}
},
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build" : "0.4005",
"perl" : "5.016"
}
},
"develop" : {
"requires" : {
"Test::CPAN::Meta" : "0",
"Test::MinimumVersion::Fast" : "0.04",
"Test::PAUSE::Permissions" : "0.07",
"Test::Pod" : "1.41",
"Test::Spellunker" : "v0.2.7"
}
},
"runtime" : {
"requires" : {
"IPC::SharedMem" : "0",
"Mojolicious" : "9.34"
}
},
"test" : {
"requires" : {
"Test::Exception" : "0",
"Test::More" : "0",
"Test::Pod" : "0"
}
}
},
"release_status" : "unstable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/openSUSE/Mojo-IOLoop-ReadWriteProcess/issues"
},
"homepage" : "https://github.com/openSUSE/Mojo-IOLoop-ReadWriteProcess",
"repository" : {
"type" : "git",
"url" : "https://github.com/openSUSE/Mojo-IOLoop-ReadWriteProcess.git",
"web" : "https://github.com/openSUSE/Mojo-IOLoop-ReadWriteProcess"
}
},
"version" : "1.1.0",
"x_contributors" : [
"Adam Williamson <awilliam@redhat.com>",
"Clemens Famulla-Conrad <cfamullaconrad@suse.de>",
"Ettore Di Giacinto <mudler@gentoo.org>",
"Ettore Di Giacinto <mudler@users.noreply.github.com>",
"Martchus <martchus@gmx.net>",
"Martchus <mkittler@suse.de>",
"Mohammad S Anwar <mohammad.anwar@yahoo.com>",
"Nick Morrott <knowledgejunkie@gmail.com>",
"Oliver Kurz <okurz@suse.de>",
"Santiago Zarate <229240+foursixnine@users.noreply.github.com>",
"Santiago Zarate <santiago+github@zarate.co>",
"Santiago Zarate <santiago.zarate@suse.com>",
"Santiago Zarate <santiago@zarate.co>",
"Sebastian Riedel <s@kraih.com>",
"Sebastian Riedel <sri@cpan.org>",
"Tina Müller <cpan2@tinita.de>",
"Wabri <12409541+Wabri@users.noreply.github.com>",
"cfconrad <40127946+cfconrad@users.noreply.github.com>",
"gregor herrmann <gregoa@debian.org>"
],
"x_serialization_backend" : "JSON::PP version 2.27400_02",
"x_static_install" : 0
}