File: control

package info (click to toggle)
golang-github-nbutton23-zxcvbn-go 0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,448 kB
  • sloc: makefile: 6
file content (26 lines) | stat: -rw-r--r-- 1,070 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
23
24
25
26
Source: golang-github-nbutton23-zxcvbn-go
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-stretchr-testify-dev
Standards-Version: 4.7.2
Homepage: https://github.com/nbutton23/zxcvbn-go
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-nbutton23-zxcvbn-go
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-nbutton23-zxcvbn-go.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/nbutton23/zxcvbn-go

Package: golang-github-nbutton23-zxcvbn-go-dev
Section: golang
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-stretchr-testify-dev
Multi-Arch: foreign
Description: Strong password generator in Go
 This package provides methods for producing strong passwords in Go using an
 implementation of zxcvbn. This library attempts to give sound password
 advice through pattern matching and conservative entropy calculations.