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
|
Source: golang-github-google-go-tpm
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Maytham Alsudany <maytha8thedev@gmail.com>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-golang,
golang-any,
golang-golang-x-sys-dev,
golang-github-google-go-cmp-dev <!nocheck>,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-google-go-tpm
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-google-go-tpm.git
Homepage: https://github.com/google/go-tpm
XS-Go-Import-Path: github.com/google/go-tpm
Package: golang-github-google-go-tpm-dev
Architecture: all
Multi-Arch: foreign
Depends:
golang-golang-x-sys-dev,
${misc:Depends},
Description: communicate directly with a TPM device (library)
Go-TPM is a Go library that communicates directly with a TPM device on Linux
machines. The libraries don't implement the entire spec for neither 1.2 nor
2.0.
|