File: control

package info (click to toggle)
golang-github-openpubkey-openpubkey 0.18.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 964 kB
  • sloc: makefile: 10
file content (51 lines) | stat: -rw-r--r-- 1,825 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Source: golang-github-openpubkey-openpubkey
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-bigmod-dev,
 golang-github-awnumar-memguard-dev,
 golang-github-go-webauthn-webauthn-dev,
 golang-github-google-uuid-dev,
 golang-github-lestrrat-go-jwx-dev,
 golang-github-stretchr-testify-dev,
 golang-github-zitadel-oidc-dev,
 golang-golang-x-crypto-dev,
 golang-golang-x-exp-dev,
 golang-logrus-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-openpubkey-openpubkey
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-openpubkey-openpubkey.git
Homepage: https://github.com/openpubkey/openpubkey
XS-Go-Import-Path: github.com/openpubkey/openpubkey

Package: golang-github-openpubkey-openpubkey-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-filippo-bigmod-dev,
 golang-github-awnumar-memguard-dev,
 golang-github-go-webauthn-webauthn-dev,
 golang-github-google-uuid-dev,
 golang-github-lestrrat-go-jwx-dev,
 golang-github-stretchr-testify-dev,
 golang-github-zitadel-oidc-dev,
 golang-golang-x-crypto-dev,
 golang-golang-x-exp-dev,
 golang-logrus-dev,
 ${misc:Depends},
Description: OpenPubkey library to bind OpenIDs to public keys (library)
 OpenPubkey is a protocol for leveraging OpenID Providers (OPs) to bind
 identities to public keys. It adds user- or workload-generated public keys
 to OpenID Connect (OIDC) (https://openid.net/developers/how-connect-
 works/), enabling identities to sign messages or artifacts under their
 OIDC identity.
 .
 This package contains the Go development library.