File: control

package info (click to toggle)
golang-github-microsoft-didx509go 0.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 172 kB
  • sloc: makefile: 3
file content (34 lines) | stat: -rw-r--r-- 1,504 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
Source: golang-github-microsoft-didx509go
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Reinhard Tartler <siretart@tauware.de>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
 golang-github-lestrrat-go-jwx-dev (>= 3.0.0)
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-microsoft-didx509go
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-microsoft-didx509go.git
Homepage: https://github.com/microsoft/didx509go
XS-Go-Import-Path: github.com/microsoft/didx509go

Package: golang-github-microsoft-didx509go-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-lestrrat-go-jwx-dev (>= 3.0.0),
 ${misc:Depends}
Description: Resolver for DID:x509 method implemented in Go (library)
 This package contains a Go implementation of a resolver for the DID:x509
 Decentralized Identifier (DID) method. It enables interoperability between
 traditional X.509 public key infrastructures (PKI) and decentralized identity
 frameworks, allowing applications to resolve did:x509 identifiers to DID
 documents, leveraging X.509 certificate data.
 .
 The DID:x509 method supports environments in which full migration to DIDs
 may not be feasible, enabling seamless integration with existing PKI systems.
 This is useful for developers and systems aiming to adopt decentralized
 identifiers without disrupting current X.509-based workflows.