File: META.yml

package info (click to toggle)
libfcgi-ev-perl 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 128 kB
  • sloc: perl: 216; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 935 bytes parent folder | download | duplicates (2)
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
---
abstract: 'Implement FastCGI protocol for use in EV-based applications'
author:
  - 'Alex Efros <powerman@cpan.org>'
build_requires:
  Test::More: '0'
configure_requires:
  Module::Build::Tiny: '0.034'
dynamic_config: 0
generated_by: 'Dist::Milla version v1.0.18, Dist::Zilla version 6.011, CPAN::Meta::Converter version 2.150010'
license: mit
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: FCGI-EV
no_index:
  directory:
    - eg
    - examples
    - inc
    - share
    - t
    - xt
provides:
  FCGI::EV:
    file: lib/FCGI/EV.pm
    version: v2.0.1
requires:
  EV: '0'
  IO::Stream: '0'
  Scalar::Util: '0'
  perl: '5.010001'
resources:
  bugtracker: https://github.com/powerman/perl-FCGI-EV/issues
  homepage: https://github.com/powerman/perl-FCGI-EV
  repository: https://github.com/powerman/perl-FCGI-EV.git
version: v2.0.1
x_serialization_backend: 'YAML::Tiny version 1.73'