File: META.yml

package info (click to toggle)
libmce-perl 1.810-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 940 kB
  • ctags: 320
  • sloc: perl: 9,353; makefile: 2
file content (114 lines) | stat: -rw-r--r-- 2,616 bytes parent folder | download
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
---
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.008'
configure_requires:
  ExtUtils::MakeMaker: '0'
  perl: '5.008'
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.810'
  MCE::Candy:
    file: lib/MCE/Candy.pm
    version: '1.810'
  MCE::Core::Input::Generator:
    file: lib/MCE/Core/Input/Generator.pm
    version: '1.810'
  MCE::Core::Input::Handle:
    file: lib/MCE/Core/Input/Handle.pm
    version: '1.810'
  MCE::Core::Input::Iterator:
    file: lib/MCE/Core/Input/Iterator.pm
    version: '1.810'
  MCE::Core::Input::Request:
    file: lib/MCE/Core/Input/Request.pm
    version: '1.810'
  MCE::Core::Input::Sequence:
    file: lib/MCE/Core/Input/Sequence.pm
    version: '1.810'
  MCE::Core::Manager:
    file: lib/MCE/Core/Manager.pm
    version: '1.810'
  MCE::Core::Validation:
    file: lib/MCE/Core/Validation.pm
    version: '1.810'
  MCE::Core::Worker:
    file: lib/MCE/Core/Worker.pm
    version: '1.810'
  MCE::Flow:
    file: lib/MCE/Flow.pm
    version: '1.810'
  MCE::Grep:
    file: lib/MCE/Grep.pm
    version: '1.810'
  MCE::Loop:
    file: lib/MCE/Loop.pm
    version: '1.810'
  MCE::Map:
    file: lib/MCE/Map.pm
    version: '1.810'
  MCE::Mutex:
    file: lib/MCE/Mutex.pm
    version: '1.810'
  MCE::Queue:
    file: lib/MCE/Queue.pm
    version: '1.810'
  MCE::Relay:
    file: lib/MCE/Relay.pm
    version: '1.810'
  MCE::Signal:
    file: lib/MCE/Signal.pm
    version: '1.810'
  MCE::Step:
    file: lib/MCE/Step.pm
    version: '1.810'
  MCE::Stream:
    file: lib/MCE/Stream.pm
    version: '1.810'
  MCE::Subs:
    file: lib/MCE/Subs.pm
    version: '1.810'
  MCE::Util:
    file: lib/MCE/Util.pm
    version: '1.810'
requires:
  Carp: '0'
  Fcntl: '0'
  File::Path: '0'
  Getopt::Long: '0'
  IO::Handle: '0'
  Scalar::Util: '0'
  Socket: '0'
  Storable: '2.04'
  Symbol: '0'
  Time::HiRes: '0'
  base: '0'
  bytes: '0'
  constant: '0'
  perl: '5.008'
  strict: '0'
  warnings: '0'
resources:
  bugtracker: https://github.com/marioroy/mce-perl/issues
  homepage: https://github.com/marioroy/mce-perl
  license: http://dev.perl.org/licenses/
  repository: https://github.com/marioroy/mce-perl.git
version: '1.810'