1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: libcpan-meta-yaml-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
libtest-simple-perl (>= 0.99) | perl (>= 5.19.5),
libyaml-perl,
perl (>= 5.13.9) | libjson-pp-perl,
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcpan-meta-yaml-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcpan-meta-yaml-perl.git
Homepage: https://metacpan.org/release/CPAN-Meta-YAML
Package: libcpan-meta-yaml-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: reimplementation of a subset of YAML for CPAN Meta files
CPAN::Meta::YAML implements a subset of the YAML specification for use in
reading and writing CPAN metadata files like META.yml and MYMETA.yml. It
should not be used for any other general YAML parsing or generation task.
|