Source: libdata-messagepack-perl
Section: perl
Priority: optional
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
Build-Depends: debhelper-compat (=12),
               dh-buildinfo,
               perl,
               libmodule-build-perl,
               libmsgpack-dev,
               libtest-requires-perl <!nocheck>,
               libtest-leaktrace-perl <!nocheck>,
               libmodule-build-xsutil-perl
Standards-Version: 4.6.0
Vcs-Browser: https://gitee.com/openkylin/libdata-messagepack-perl
Vcs-Git: https://gitee.com/openkylin/libdata-messagepack-perl.git
Homepage: https://metacpan.org/module/Data::MessagePack
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no

Package: libdata-messagepack-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
Description: MessagePack serializing/deserializing
 Data::Messagepack converts Perl data structures to MessagePack and vice
 versa.
 .
 MessagePack is a binary-based efficient object serialization
 format. It enables to exchange structured objects between many
 languages like JSON. But unlike JSON, it is very fast and small.
