File: control

package info (click to toggle)
libtext-reflow-perl 1.17-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 160 kB
  • ctags: 17
  • sloc: perl: 917; makefile: 10
file content (25 lines) | stat: -rw-r--r-- 1,188 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
Source: libtext-reflow-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Lucas Kanashiro <kanashiro@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: perl,
               debhelper (>= 9.20120312~)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtext-reflow-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtext-reflow-perl.git
Homepage: https://metacpan.org/release/Text-Reflow

Package: libtext-reflow-perl
Architecture: any
Depends: ${perl:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Description: Perl module for reflowing files using Knuth's algorithm
 Text::Reflow provides a series of utilities that reflow paragraphs in a given
 file, filehandle, string or array using Knuth's paragraphing algorithm (as
 used in TeX) to pick the optimal places to break lines. The reflow algorithm
 tries to keep lines the same length but also tries to break at punctuation,
 and to avoid breaking within a proper name or after certain connectives. The
 result is more readable since fewer phrases are broken across line breaks.