Source: libmldbm-sync-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libmldbm-perl, libtie-cache-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmldbm-sync-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmldbm-sync-perl.git Homepage: https://metacpan.org/release/MLDBM-Sync/ Package: libmldbm-sync-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libmldbm-perl Recommends: libtie-cache-perl Description: 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 explicity per lock/unlock. The new [Read]Lock()/UnLock() API can be used to serialize requests logically and improve performance for bundled reads & writes.