File: control.in

package info (click to toggle)
libtext-sprintfn-perl 0.08-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 176 kB
  • ctags: 5
  • sloc: perl: 184; makefile: 6
file content (20 lines) | stat: -rw-r--r-- 798 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: libtext-sprintfn-perl
Section: perl
Priority: optional
Build-Depends: @cdbs@
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtext-sprintfn-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtext-sprintfn-perl.git
Homepage: https://metacpan.org/release/Text-sprintfn

Package: libtext-sprintfn-perl
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${perl:Depends}
Description: drop-in replacement for sprintf(), with named parameter support
 Text::sprintfn provides sprintfn() and printfn(), which are like
 sprintf() and printf(), with the exception that they support named
 parameters from a hash.