1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: liburi-find-delimited-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
liburi-find-perl,
liburi-perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominic Hargreaves <dom@earth.li>
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/URI-Find-Delimited
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liburi-find-delimited-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liburi-find-delimited-perl.git
Package: liburi-find-delimited-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends},
liburi-find-perl,
liburi-perl,
Description: Find URIs which may be wrapped in enclosing delimiters
Works like URI::Find, but is prepared for URIs in your text to be
wrapped in a pair of delimiters and optionally have a title. This will
be useful for processing text that already has some minimal markup in
it, like bulletin board posts or wiki text.
|