File: control

package info (click to toggle)
golang-github-miekg-pkcs11 0.0~git20160602.0.8f7ddbc-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 512 kB
  • sloc: ansic: 1,876; makefile: 22
file content (31 lines) | stat: -rw-r--r-- 1,115 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
Source: golang-github-miekg-pkcs11
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tianon Gravi <tianon@debian.org>, Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               libltdl-dev,
               libnss3-dev,
               libsofthsm2,
               pkg-config,
               softhsm2
Standards-Version: 3.9.8
Homepage: https://github.com/miekg/pkcs11
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
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.