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
|
Source: libmarc-transform-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Robin Sheat <robin@catalyst.net.nz>
Build-Depends: debhelper (>= 8),
libmodule-build-perl (>= 0.360000),
perl
Build-Depends-Indep: libmarc-record-perl,
libyaml-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmarc-transform-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmarc-transform-perl.git
Homepage: https://metacpan.org/release/MARC-Transform
Package: libmarc-transform-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libmarc-record-perl
Description: Perl module to transform a MARC record with a yaml configuration file
MARC::Transform transforms a MARC record using a YAML configuration file.
.
It allows you to create, update, delete, and duplicate fields and subfields of
a record. You can also use scripts and lookup tables. You can specify
conditions to execute these actions.
.
All conditions, actions, functions and lookup tables are defined by YAML.
|