File: control

package info (click to toggle)
libmldbm-sync-perl 0.30-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 160 kB
  • sloc: perl: 559; makefile: 377
file content (27 lines) | stat: -rw-r--r-- 1,136 bytes parent folder | download
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
Source: libmldbm-sync-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl,
                     libmldbm-perl,
                     libtie-cache-perl
Standards-Version: 3.9.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmldbm-sync-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmldbm-sync-perl.git
Homepage: https://metacpan.org/release/MLDBM-Sync
Testsuite: autopkgtest-pkg-perl

Package: libmldbm-sync-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libmldbm-perl
Recommends: libtie-cache-perl
Multi-Arch: foreign
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 explicitly
 per lock/unlock.  The new [Read]Lock()/UnLock() API can be used to serialize
 requests logically and improve performance for bundled reads & writes.