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: libhtml-dashboard-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@debian.org>
Section: perl
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhtml-dashboard-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libhtml-dashboard-perl.git
Homepage: https://metacpan.org/release/HTML-Dashboard
Package: libhtml-dashboard-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: module that tries to achieve spreadsheet-like formatting for HTML tables
Rather than having to build up an HTML table from data, row by row and cell
by cell, applying formatting rules at every step, HTML::Dashboard allows the
user to specify a set of simple rules with the desired formatting options.
HTML::Dashboard will evaluate the rules and apply the formatting options as
necessary.
|