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 35 36 37 38 39 40 41
|
Source: golang-go.crypto
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Michael Stapelberg <stapelberg@debian.org>,
Anthony Fok <foka@debian.org>,
Michael Hudson-Doyle <mwhudson@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any (>= 2:1.17~),
golang-golang-x-net-dev (>= 1:0.0+git20211112.69e39ba),
golang-golang-x-sys-dev (>= 0.0~git20210615.665e8c7),
golang-golang-x-term-dev (>= 0.0~git20201126.7de9c90),
openssh-server
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-go.crypto
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-go.crypto.git
Homepage: https://golang.org/x/crypto
XS-Go-Import-Path: golang.org/x/crypto
Package: golang-golang-x-crypto-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-golang-x-net-dev (>= 1:0.0+git20211112.69e39ba),
golang-golang-x-sys-dev (>= 0.0~git20210615.665e8c7),
golang-golang-x-term-dev (>= 0.0~git20201126.7de9c90),
${misc:Depends}
Description: Supplementary Go cryptography libraries
This package contains cryptographic algorithms and protocols not packaged in
the main Go distribution, such as:
.
- blowfish
- nacl
- openpgp
- otr
- sha3
- ssh
.
and many others.
|