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
|
Source: libphp-serialization-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>,
gregor herrmann <gregoa@debian.org>
Section: perl
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libphp-serialization-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libphp-serialization-perl.git
Homepage: https://metacpan.org/release/PHP-Serialization
Package: libphp-serialization-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends}
Multi-Arch: foreign
Description: Perl module to manipulate serialized PHP data structures
PHP::Serialization provides a simple means of serializing Perl data structures
(including object data) into PHP's serialized data format. It can also process
this data as input, in order to read serialized PHP data structures into their
Perl equivalents. Numeric arrays are mapped to arrays in Perl and vice-versa.
Similarly, arrays which contain string keys are mapped to hashes in Perl.
|