File: control

package info (click to toggle)
libtext-table-perl 1.123-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 152 kB
  • ctags: 58
  • sloc: perl: 633; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 717 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: libtext-table-perl
Section: perl
Priority: extra
Maintainer: Zed Pobre <zed@debian.org>
Build-Depends: debhelper (>= 7), libtext-aligner-perl (>= 0.01)
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/perldoc?Text::Table

Package: libtext-table-perl
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, libtext-aligner-perl (>= 0.01)
Description: Create tables that adapt to alignment requirements
 You create a Text::Table object by describing the columns the table
 is going to have. Then you load lines of data into the table, and
 finally print the resulting output lines. Alignment of data and
 column titles is handled dynamically in dependence on the data
 present.