File: control

package info (click to toggle)
libmarc-parser-raw-perl 0.03-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 148 kB
  • ctags: 10
  • sloc: perl: 111; makefile: 11
file content (28 lines) | stat: -rw-r--r-- 1,155 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
28
Source: libmarc-parser-raw-perl
Section: perl
Priority: optional
Build-Depends: cdbs (>= 0.4.122~),
 devscripts,
 perl,
 libmodule-build-tiny-perl,
 debhelper,
 dh-buildinfo,
 libreadonly-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmarc-parser-raw-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmarc-parser-raw-perl.git
Homepage: https://github.com/jorol/MARC-Parser-RAW

Package: libmarc-parser-raw-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
Enhances: ${cdbs:Enhances}
Description: parser for ISO 2709 encoded MARC records
 MARC::Parser::RAW is a lightweight, fault tolerant parser for ISO 2709
 encoded MARC records.  Tags, indicators and subfield codes are not
 validated against the MARC standard.  Record length from leader and
 field lengths from the directory are ignored.  Records with a faulty
 structure will be skipped with a warning.  The resulting data structure
 is optimized for usage with the Catmandu data toolkit.