File: control

package info (click to toggle)
golang-github-miekg-pkcs11 1.0.3%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 400 kB
  • sloc: makefile: 20; ansic: 19
file content (35 lines) | stat: -rw-r--r-- 1,236 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
Source: golang-github-miekg-pkcs11
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Arnaud Rebillout <elboulangero@gmail.com>,
           Tianon Gravi <tianon@debian.org>,
           Tim Potter <tpot@hpe.com>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-go,
               libltdl-dev,
               libnss3-dev,
               libsofthsm2,
               pkg-config,
               softhsm2,
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-miekg-pkcs11
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-miekg-pkcs11.git
Homepage: https://github.com/miekg/pkcs11
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/miekg/pkcs11

Package: golang-github-miekg-pkcs11-dev
Architecture: all
Depends: libltdl-dev,
         libnss3-dev,
         pkg-config,
         ${misc:Depends},
         ${shlibs:Depends},
Description: pkcs11 wrapper for Go
 This is a Go implementation of the PKCS#11 API. It wraps the library closely,
 but uses Go idiom were it makes sense. It has been tested with SoftHSM.
 .
 This package contains the source.