File: control

package info (click to toggle)
golang-github-gtank-cryptopasta 0.0~git20170601.1f550f6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 764 kB
  • sloc: makefile: 3
file content (27 lines) | stat: -rw-r--r-- 1,196 bytes parent folder | download | duplicates (2)
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
Source: golang-github-gtank-cryptopasta
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Michael Stapelberg <stapelberg@debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
               golang-golang-x-crypto-dev
Standards-Version: 4.1.1
Homepage: https://github.com/gtank/cryptopasta
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-gtank-cryptopasta.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-gtank-cryptopasta.git
XS-Go-Import-Path: github.com/gtank/cryptopasta
Testsuite: autopkgtest-pkg-go

Package: golang-github-gtank-cryptopasta-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-golang-x-crypto-dev
Description: copy & paste-friendly golang crypto
 This library demonstrates a suite of basic cryptography from the Go standard
 library. To the extent possible, it tries to hide complexity and help one
 avoid common mistakes. The recommendations were chosen as a compromise between
 cryptographic qualities, the Go standard lib, and the author's existing use
 cases.