summaryrefslogtreecommitdiff
path: root/META.yml
blob: e92333b3063432419f0b998fe3cbc8a37bfaf95a (plain)
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
149
150
151
---
abstract: 'Many-Core Engine for Perl providing parallel processing capabilities'
author:
  - 'Mario E. Roy <marioeroy AT gmail DOT com>'
build_requires:
  ExtUtils::MakeMaker: '0'
  Test::More: '0.88'
  perl: '5.008001'
configure_requires:
  ExtUtils::MakeMaker: '0'
  perl: '5.008001'
dynamic_config: 0
generated_by: 'ExtUtils::MakeMaker version 6.55_02, CPAN::Meta::Converter version 2.150001'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: MCE
no_index:
  directory:
    - t
    - inc
  file:
    - bin/mce_grep
provides:
  MCE:
    file: lib/MCE.pm
    version: '1.889'
  MCE::Candy:
    file: lib/MCE/Candy.pm
    version: '1.889'
  MCE::Channel:
    file: lib/MCE/Channel.pm
    version: '1.889'
  MCE::Channel::Mutex:
    file: lib/MCE/Channel/Mutex.pm
    version: '1.889'
  MCE::Channel::MutexFast:
    file: lib/MCE/Channel/MutexFast.pm
    version: '1.889'
  MCE::Channel::Simple:
    file: lib/MCE/Channel/Simple.pm
    version: '1.889'
  MCE::Channel::SimpleFast:
    file: lib/MCE/Channel/SimpleFast.pm
    version: '1.889'
  MCE::Channel::Threads:
    file: lib/MCE/Channel/Threads.pm
    version: '1.889'
  MCE::Channel::ThreadsFast:
    file: lib/MCE/Channel/ThreadsFast.pm
    version: '1.889'
  MCE::Child:
    file: lib/MCE/Child.pm
    version: '1.889'
  MCE::Core::Input::Generator:
    file: lib/MCE/Core/Input/Generator.pm
    version: '1.889'
  MCE::Core::Input::Handle:
    file: lib/MCE/Core/Input/Handle.pm
    version: '1.889'
  MCE::Core::Input::Iterator:
    file: lib/MCE/Core/Input/Iterator.pm
    version: '1.889'
  MCE::Core::Input::Request:
    file: lib/MCE/Core/Input/Request.pm
    version: '1.889'
  MCE::Core::Input::Sequence:
    file: lib/MCE/Core/Input/Sequence.pm
    version: '1.889'
  MCE::Core::Manager:
    file: lib/MCE/Core/Manager.pm
    version: '1.889'
  MCE::Core::Validation:
    file: lib/MCE/Core/Validation.pm
    version: '1.889'
  MCE::Core::Worker:
    file: lib/MCE/Core/Worker.pm
    version: '1.889'
  MCE::Flow:
    file: lib/MCE/Flow.pm
    version: '1.889'
  MCE::Grep:
    file: lib/MCE/Grep.pm
    version: '1.889'
  MCE::Loop:
    file: lib/MCE/Loop.pm
    version: '1.889'
  MCE::Map:
    file: lib/MCE/Map.pm
    version: '1.889'
  MCE::Mutex:
    file: lib/MCE/Mutex.pm
    version: '1.889'
  MCE::Mutex::Channel:
    file: lib/MCE/Mutex/Channel.pm
    version: '1.889'
  MCE::Mutex::Channel2:
    file: lib/MCE/Mutex/Channel2.pm
    version: '1.889'
  MCE::Mutex::Flock:
    file: lib/MCE/Mutex/Flock.pm
    version: '1.889'
  MCE::Queue:
    file: lib/MCE/Queue.pm
    version: '1.889'
  MCE::Relay:
    file: lib/MCE/Relay.pm
    version: '1.889'
  MCE::Signal:
    file: lib/MCE/Signal.pm
    version: '1.889'
  MCE::Step:
    file: lib/MCE/Step.pm
    version: '1.889'
  MCE::Stream:
    file: lib/MCE/Stream.pm
    version: '1.889'
  MCE::Subs:
    file: lib/MCE/Subs.pm
    version: '1.889'
  MCE::Util:
    file: lib/MCE/Util.pm
    version: '1.889'
recommends:
  Sereal::Decoder: '3.015'
  Sereal::Encoder: '3.015'
requires:
  Carp: '0'
  Errno: '0'
  Fcntl: '0'
  File::Path: '0'
  Getopt::Long: '0'
  IO::Handle: '0'
  Scalar::Util: '0'
  Socket: '0'
  Storable: '2.04'
  Time::HiRes: '0'
  base: '0'
  bytes: '0'
  constant: '0'
  open: '0'
  perl: '5.008001'
  strict: '0'
  warnings: '0'
resources:
  bugtracker: https://github.com/marioroy/mce-perl/issues
  homepage: https://github.com/marioroy/mce-perl
  license: https://dev.perl.org/licenses/
  repository: https://github.com/marioroy/mce-perl.git
version: '1.889'