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
|
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>,
Rene Mayorga <rmayorga@debian.org.sv>
Build-Depends: debhelper (>= 6), quilt
Build-Depends-Indep: perl (>= 5.8.0-7)
Standards-Version: 3.7.3
Homepage: http://search.cpan.org/dist/MARC/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmarc-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libmarc-perl/
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.
|