libdbm-deep-perl 2.0018-1 source package in Ubuntu

Changelog

libdbm-deep-perl (2.0018-1) unstable; urgency=medium

  * Import upstream version 2.0018.
  * Update debian/upstream/metadata.
  * Update test and runtime dependencies.

 -- gregor herrmann <email address hidden>  Fri, 10 Nov 2023 02:24:52 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdbm-deep-perl_2.0018-1.dsc 2.7 KiB 2ff478d84bbc828b756d0909e03aaef5704d42325c09d11a87938c27ffb141d6
libdbm-deep-perl_2.0018.orig.tar.gz 176.2 KiB f52ac82891bba85274811e9f8f94ccda844d86f76802beaed6dff42036c67721
libdbm-deep-perl_2.0018-1.debian.tar.xz 4.3 KiB c2671666e8c5f651748626b2da04e1967660cfa53e19395b1f9c1961e66a8640

Available diffs

No changes file available.

Binary packages built by this source

libdbm-deep-perl: pure perl multi-level hash/array DBM that supports transactions

 DBM::Deep is an unique flat-file database module, written in pure perl. True
 multi-level hash/array support (unlike MLDBM, which is faked), hybrid OO /
 tie() interface, cross-platform FTPable files, ACID transactions, and is quite
 fast. Can handle millions of keys and unlimited levels without significant
 slow-down. Written from the ground-up in pure perl -- this is NOT a wrapper
 around a C-based DBM.