libfreezethaw-perl/debian/control

22 lines
839 B
Plaintext

Source: libfreezethaw-perl
Section: perl
Priority: optional
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
Build-Depends: debhelper (>=11~)
Build-Depends-Indep: perl
Testsuite: autopkgtest-pkg-perl
Standards-Version: 4.1.4
Vcs-Browser: https://gitee.com/openkylin/libfreezethaw-perl
Vcs-Git: https://gitee.com/openkylin/libfreezethaw-perl.git
Homepage: https://metacpan.org/release/FreezeThaw
Package: libfreezethaw-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: module to serialize and deserialize Perl data structures
FreezeThaw is a Perl module designed to convert data to and from a serialized
string format, appropriate for saving to and reading from permanent storage.
It is capable of dealing with objects, circular lists and repeated appearance
of the same reference.