File: control

package info (click to toggle)
libsgml-parser-opensp-perl 0.994-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 352 kB
  • ctags: 16
  • sloc: perl: 225; makefile: 6
file content (20 lines) | stat: -rw-r--r-- 1,084 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: libsgml-parser-opensp-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~), libclass-accessor-perl, libtest-exception-perl, perl, libosp-dev, libtest-pod-perl, libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominic Hargreaves <dom@earth.li>
Standards-Version: 3.9.5
Homepage: https://metacpan.org/release/SGML-Parser-OpenSP
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsgml-parser-opensp-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsgml-parser-opensp-perl.git

Package: libsgml-parser-opensp-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
 libclass-accessor-perl
Description: OpenSP Parser of SGML documents
 SGML::Parser::OpenSP provides an interface to the OpenSP SGML parser. OpenSP
 and this module are event based. As the parser recognizes parts of the
 document (say the start or end of an element), then any handlers registered
 for that type of an event are called with suitable parameters.