File: control

package info (click to toggle)
libmarc-charset-perl 1.35-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 2,476 kB
  • sloc: xml: 99,038; perl: 774; makefile: 6
file content (41 lines) | stat: -rw-r--r-- 1,717 bytes parent folder | download
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
33
34
35
36
37
38
39
40
41
Source: libmarc-charset-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Damyan Ivanov <dmn@debian.org>,
           Niko Tyni <ntyni@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8),
               perl (>= 5.28.1-5),
               libxml-sax-perl,
               libclass-accessor-perl,
               libtest-pod-perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmarc-charset-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmarc-charset-perl.git
Homepage: https://metacpan.org/release/MARC-Charset
Rules-Requires-Root: no

Package: libmarc-charset-perl
Architecture: any
Depends: ${perl:Depends},
         perl (>= 5.28.1-5),
         ${misc:Depends},
         libxml-sax-perl,
         libclass-accessor-perl
Suggests: libmarc-record-perl
Description: Perl module for bidirectional MARC-8 <-> Unicode conversion
 MARC::Charset allows you to turn MARC-8 encoded strings into UTF-8
 strings.
 .
 MARC-8 is a single byte character encoding that predates unicode, and
 allows you to put non-Roman scripts in MARC bibliographic records.
 .
 The MARC21 standard now supports encoding character data in Unicode,
 specifically the UCS Transformation Formats-8 (UTF-8).  Unicode
 notwithstanding, libraries still have a wealth of data encoded using
 MARC-8. Yet, some new data formats such as XML require that characters are
 encoded using Unicode. In order to facilitate conversion the Library of
 Congress graciously published character mappings to enable the conversion
 of MARC-8 data to Unicode.