1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: libmarc-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregor+debian@comodo.priv.at>
Build-Depends: debhelper (>= 5.0.0)
Build-Depends-Indep: perl (>= 5.8.0-7)
Standards-Version: 3.6.2
Package: libmarc-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Perl extension to manipulate MAchine Readable Cataloging records
MARC.pm is a Perl 5 module for reading in, manipulating, and outputting
bibliographic records in the USMARC format.
.
MARC.pm can handle both single and batches of MARC records. The limit on
the number of records in a batch is determined by the memory capacity of
the machine you are running. If memory is an issue for you MARC.pm will
allow you to read in records from a batch gradually. MARC.pm also includes
a variety of tools for searching, removing, and even creating records from
scratch.
.
Homepage: http://search.cpan.org/~bbirth/MARC-1.07/MARC.pm
|