File: control

package info (click to toggle)
libstring-elide-parts-perl 0.07-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 156 kB
  • sloc: perl: 233; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 1,003 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
Source: libstring-elide-parts-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Laurent Baillet <laurent.baillet@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: perl
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libstring-elide-parts-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libstring-elide-parts-perl.git
Homepage: https://metacpan.org/release/String-Elide-Parts

Package: libstring-elide-parts-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: module for eliding strings with multiple parts of different priorities
 String::Elide::Parts is similar to other string eliding modules, with one
 main difference: it accepts string marked with parts of different priorities.
 The goal is to retain more important information as much as possible when
 length is reduced.