File: control

package info (click to toggle)
libstring-random-perl 1%3A0.30-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 224 kB
  • sloc: perl: 341; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 850 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
Source: libstring-random-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Build-Depends: debhelper (>= 11~),
               libmodule-build-perl
Standards-Version: 4.1.5
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libstring-random-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libstring-random-perl
Homepage: https://metacpan.org/release/String-Random
Testsuite: autopkgtest-pkg-perl

Package: libstring-random-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Perl module for generating random strings
 String::Random is used to generate random strings based on provided
 patterns. It was written to make generating random passwords and such
 a little easier.