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 29
|
Source: libcdb-file-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),
libb-cow-perl <!nocheck>,
libtest-fatal-perl <!nocheck>,
libtest-warnings-perl <!nocheck>,
perl-xs-dev,
perl:native
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcdb-file-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcdb-file-perl.git
Homepage: https://metacpan.org/release/CDB_File
Rules-Requires-Root: no
Package: libcdb-file-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends}
Description: module to access cdb databases from Perl
CDB_File is a module which provides a Perl interface to creating and querying
cdb databases. cdb is a fast, reliable and lightweight package for creating
and reading constant databases, developed by Dan Bernstein.
.
See http://pobox.com/~djb/cdb.html for more information about cdb.
|