File: control

package info (click to toggle)
golang-github-nbutton23-zxcvbn-go 0.1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, trixie
  • size: 2,436 kB
  • sloc: makefile: 6
file content (24 lines) | stat: -rw-r--r-- 1,043 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
Source: golang-github-nbutton23-zxcvbn-go
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
               golang-github-stretchr-testify-dev
Standards-Version: 4.1.1
Homepage: https://github.com/nbutton23/zxcvbn-go
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-nbutton23-zxcvbn-go.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/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
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-stretchr-testify-dev
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.