File: control

package info (click to toggle)
libmarc-fast-perl 0.12-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 164 kB
  • sloc: perl: 327; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 998 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
Source: libmarc-fast-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Mason James <mtj@kohaaloha.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libdata-dump-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmarc-fast-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmarc-fast-perl.git
Homepage: https://metacpan.org/release/MARC-Fast
Rules-Requires-Root: no

Package: libmarc-fast-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdata-dump-perl
Description: fast implementation of MARC database reader
 Marc::Fast is a very fast alternative to the MARC and MARC::Record modules.
 It's is also very suitable for random access to MARC records (as opposed to
 sequential one).