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
|
Source: libyaml-libyaml-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
libencode-perl <!nocheck>,
libscalar-list-utils-perl <!nocheck>,
libtest-simple-perl <!nocheck>,
libyaml-dev (>= 0.2.4),
perl-xs-dev,
perl:native
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libyaml-libyaml-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libyaml-libyaml-perl.git
Homepage: https://metacpan.org/release/YAML-LibYAML
Rules-Requires-Root: no
Package: libyaml-libyaml-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends},
libscalar-list-utils-perl
Breaks: libdebian-dep12-perl (<< 0.1.0-4~),
lintian (<< 2.119.0~)
Description: Perl interface to libyaml, a YAML implementation
YAML::XS (old name: YAML::LibYAML) is a Perl interface to Kirill Siminov's
libyaml library, a YAML Ain't Markup Language (YAML) implementation written
in C to support the YAML 1.1 specification. The provided Dump and Load
routines are compatible with the Perl YAML module (see libyaml-perl).
|