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
|
Source: libhtml-strip-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
perl,
libhtml-parser-perl,
libtest-exception-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhtml-strip-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libhtml-strip-perl.git
Homepage: https://metacpan.org/release/HTML-Strip
Testsuite: autopkgtest-pkg-perl
Package: libhtml-strip-perl
Architecture: any
Depends: ${perl:Depends},
${shlibs:Depends},
${misc:Depends}
Description: module to strip HTML markup from text
HTML::Strip simply strips HTML-like markup from text in a very quick and
brutal manner. It could quite easily be used to strip XML or SGML from text
as well.
.
It is written in XS, and thus about five times quicker than using regular
expressions for the same task.
.
It does not do any syntax checking (if you want that, use HTML::Parser),
|