File: control

package info (click to toggle)
golang-github-smallstep-crypto 0.63.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 3,800 kB
  • sloc: sh: 66; makefile: 50
file content (44 lines) | stat: -rw-r--r-- 1,496 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: golang-github-smallstep-crypto
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Simon Josefsson <simon@josefsson.org>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
 golang-filippo-edwards25519-dev,
 golang-github-go-jose-go-jose.v3-dev,
 golang-github-go-piv-piv-go-dev,
 golang-github-masterminds-sprig-dev,
 golang-github-pkg-errors-dev,
 golang-github-smallstep-assert-dev <!nocheck>,
 golang-golang-x-crypto-dev,
 golang-golang-x-net-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-smallstep-crypto
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-smallstep-crypto.git
Homepage: https://github.com/smallstep/crypto
XS-Go-Import-Path: go.step.sm/crypto

Package: golang-github-smallstep-crypto-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-filippo-edwards25519-dev,
 golang-github-go-jose-go-jose.v3-dev,
 golang-github-go-piv-piv-go-dev,
 golang-github-masterminds-sprig-dev,
 golang-github-pkg-errors-dev,
 golang-golang-x-crypto-dev,
 golang-golang-x-net-dev,
 ${misc:Depends},
Description: smallstep crypto packages (Go development library)
 Crypto is a collection of packages, including x509util, sshutil, keyutil,
 pemutil, randutil, tlsutil, jose, x25519, minica, kms, fingerprint,
 and tpm.
 .
 This package contains the Go development library.