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
|
Source: libpalm-pdb-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpalm-pdb-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpalm-pdb-perl.git
Homepage: https://metacpan.org/release/Palm-PDB
Rules-Requires-Root: no
Package: libpalm-pdb-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: modules to parse Palm database files
The Palm::PDB module provides a framework for reading and writing database
files for use on PalmOS devices such as the PalmPilot. It can read and write
both Palm Database (.pdb) and Palm Resource (.prc) files. It is intended to
be used in conjunction with supplemental modules for specific types of
databases, such as Palm::Raw (also included in this package) or Palm::Memo
(included in libpalm-perl).
|