File: control

package info (click to toggle)
golang-github-muesli-toktok 0.0~git20210519.2b0817e-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 176 kB
  • sloc: makefile: 3
file content (29 lines) | stat: -rw-r--r-- 1,358 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
27
28
29
Source: golang-github-muesli-toktok
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-xrash-smetrics-dev (>= 0.0~git20200730.89a2a8a)
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-muesli-toktok
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-muesli-toktok.git
Homepage: https://github.com/muesli/toktok
XS-Go-Import-Path: github.com/muesli/toktok

Package: golang-github-muesli-toktok-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-xrash-smetrics-dev (>= 0.0~git20200730.89a2a8a),
         ${misc:Depends}
Description: typo/error resilient, human-readable token generator (Go library)
 Go package toktok is a human-friendly token generator.
 It creates tokens which avoid characters that can be easily misinterpreted,
 like '1' and 'I' or '8' and 'B', as well as repeated characters within
 the token.  It also compares newly generated tokens to all previously
 generated ones and guarantees a safety distance between the tokens, so
 they become resilient to typos or other human entry errors.