File: control

package info (click to toggle)
golang-github-google-go-tdx-guest 0.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 544 kB
  • sloc: makefile: 3
file content (51 lines) | stat: -rw-r--r-- 1,851 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
45
46
47
48
49
50
51
Source: golang-github-google-go-tdx-guest
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-github-google-go-cmp-dev,
 golang-github-google-go-configfs-tsm-dev,
 golang-github-google-logger-dev,
 golang-go.uber-multierr-dev,
 golang-golang-x-crypto-dev,
 golang-golang-x-sys-dev,
 golang-google-protobuf-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-google-go-tdx-guest
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-google-go-tdx-guest.git
Homepage: https://github.com/google/go-tdx-guest
XS-Go-Import-Path: github.com/google/go-tdx-guest

Package: golang-github-google-go-tdx-guest-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-google-go-cmp-dev,
 golang-github-google-go-configfs-tsm-dev,
 golang-github-google-logger-dev,
 golang-go.uber-multierr-dev,
 golang-golang-x-crypto-dev,
 golang-golang-x-sys-dev,
 golang-google-protobuf-dev,
 ${misc:Depends},
Description: wrap /dev/tdx-guest and attestation verification (library)
 TDX Guest
 .
 This project offers libraries for a simple wrapper around quote
 providing tools such as the go-configfs-tsm library, or the /dev/tdx_guest
 device in Linux, as well as a library for attestation verification of
 fundamental components of an attestation quote.
 .
 This project is split into two complementary roles. The first role is
 producing an attestation quote, and the second is checking an
 attestation quote. The client library produces quote, the verify library
 verifies quote's signatures and certificates.
 .
 This package contains the Go development library.