File: control

package info (click to toggle)
libstring-scanf-perl 2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 84 kB
  • ctags: 7
  • sloc: perl: 109; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 760 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
Source: libstring-scanf-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: sam_c <sam@cmpct.info>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libstring-scanf-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libstring-scanf-perl.git
Homepage: http://search.cpan.org/dist/String-Scanf/
Testsuite: autopkgtest-pkg-perl

Package: libstring-scanf-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: module to implement C-like sscanf() in Perl
 String::Scanf supports scanning strings for data using formats similar to the
 libc/stdio sscanf().