File: control

package info (click to toggle)
libxml-catalog-perl 1.03-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 140 kB
  • ctags: 34
  • sloc: perl: 290; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,266 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
Source: libxml-catalog-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: liburi-perl,
 libwww-perl,
 libxml-parser-perl,
 perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-catalog-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-catalog-perl.git
Homepage: https://metacpan.org/release/XML-Catalog

Package: libxml-catalog-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 liburi-perl,
 libwww-perl,
 libxml-parser-perl
Description: Perl module for resolving public and remapping system identifiers
 XML::Catalog implements draft 0.4 of John Cowan's XML Catalog (formerly                 
 known as XCatalog) proposal Catalogs may be written in either SOCAT or                  
 XML syntax; XML::Catalog will assume SOCAT syntax if the catalog is not                 
 in well-formed XML syntax.                                                              
 .                                                                                       
 This module, as of 1.0.0, also supports Oasis XML catalogs.