File: control

package info (click to toggle)
libdata-messagepack-stream-perl 1.04%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 228 kB
  • sloc: perl: 24; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 1,229 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
Source: libdata-messagepack-stream-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christopher Hoskin <christopher.hoskin@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
# in theory perl 5.29.1 for Devel::PPPort: '3.42'
Build-Depends: debhelper (>= 10),
               libdata-messagepack-perl,
               libmodule-build-perl (>= 0.400500),
               libmodule-build-xsutil-perl,
               libmsgpack-dev (>= 1),
               perl
Standards-Version: 4.2.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdata-messagepack-stream-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdata-messagepack-stream-perl.git
Homepage: https://metacpan.org/release/Data-MessagePack-Stream

Package: libdata-messagepack-stream-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         libdata-messagepack-perl
Description: streaming deserializer for MessagePack
 Data::MessagePack::Stream is an alternative to Data::MessagePack::Unpacker.
 Unlike the original unpacker, this module supports internal buffer and it's
 possible to handle streaming data correctly.