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
|
Source: libmarc-transform-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Robin Sheat <robin@catalyst.net.nz>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10),
libmodule-build-perl,
perl
Build-Depends-Indep: libmarc-record-perl,
libyaml-perl
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmarc-transform-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmarc-transform-perl.git
Homepage: https://metacpan.org/release/MARC-Transform
Rules-Requires-Root: no
Package: libmarc-transform-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libyaml-perl,
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.
|