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 29 30 31 32
|
Source: libmarc-crosswalk-dublincore-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Vincent Danjean <vdanjean@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9~),
perl,
libmarc-record-perl,
libdublincore-record-perl,
libtest-pod-perl,
libtest-pod-coverage-perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmarc-crosswalk-dublincore-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmarc-crosswalk-dublincore-perl.git
Homepage: https://metacpan.org/release/MARC-Crosswalk-DublinCore
Package: libmarc-crosswalk-dublincore-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
libmarc-record-perl,
libdublincore-record-perl
Description: Convert data between MARC and Dublin Core
This module provides an implentation of the LOC's spec on how to convert
metadata between MARC and Dublin Core format. The spec for converting MARC to
Dublin Core is available at: http://www.loc.gov/marc/marc2dc.html, and from DC
to MARC: http://www.loc.gov/marc/dccross.html.
.
NB: The conversion cannot be done in a round-trip manner. i.e. Doing a
conversion from MARC to DC, then trying to go back to MARC will not yield the
original record.
|