File: control

package info (click to toggle)
zxcvbn-c 2.5%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,980 kB
  • sloc: ansic: 1,767; cpp: 1,452; python: 224; makefile: 90
file content (34 lines) | stat: -rw-r--r-- 1,242 bytes parent folder | download | duplicates (4)
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
27
28
29
30
31
32
33
34
Source: zxcvbn-c
Priority: optional
Maintainer: Sean Whitton <spwhitton@spwhitton.name>
Build-Depends: debhelper (>= 10), dh-exec (>= 0.3)
Standards-Version: 4.0.0
Section: libs
Homepage: https://github.com/tsyrogit/zxcvbn-c
Vcs-Git: https://git.spwhitton.name/zxcvbn-c
Vcs-Browser: https://git.spwhitton.name/zxcvbn-c

Package: libzxcvbn-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libzxcvbn0 (= ${binary:Version}), ${misc:Depends}
Description: password strength estimation library - development files
 This library is a C/C++ implementation of the zxcvbn password
 strength estimator.  It provides functions to rate password strength,
 by comparing the password to several word lists, including English
 first and last names.
 .
 This package includes the development headers.

Package: libzxcvbn0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: password strength estimation library
 This library is a C/C++ implementation of the zxcvbn password
 strength estimator.  It provides functions to rate password strength,
 by comparing the password to several word lists, including English
 first and last names.