libmldbm-sync-perl 0.30-6 source package in Ubuntu

Changelog

libmldbm-sync-perl (0.30-6) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libmldbm-sync-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 19 Nov 2022 17:04:05 +0000

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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmldbm-sync-perl_0.30-6.dsc 2.1 KiB 2dd025e95c184229194b97c3aac752cd70121371fdbfe84e9f1ba6fc24837bfb
libmldbm-sync-perl_0.30.orig.tar.gz 21.5 KiB b5f31d40beda393e1f5c6278a785a6f87f35ef29f99423529b4e4d2fb55e1f2b
libmldbm-sync-perl_0.30-6.debian.tar.xz 2.8 KiB 1ea50fe47bbab61cfc68473dd5bbdfe16aa4c35297a66154b9b6274a627e1e2f

Available diffs

No changes file available.

Binary packages built by this source

libmldbm-sync-perl: Perl module for safe concurrent access to MLDBM databases

 MLDBM::Sync wraps around the MLDBM interface, by handling concurrent
 access to MLDBM databases with file locking, and flushes i/o explicitly
 per lock/unlock. The new [Read]Lock()/UnLock() API can be used to serialize
 requests logically and improve performance for bundled reads & writes.