Source: golang-pault-go-ykpiv
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Paul Tagliamonte <paultag@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-golang-x-crypto-dev,
               libykpiv-dev
Standards-Version: 4.5.0
Homepage: https://github.com/paultag/go-ykpiv
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-pault-go-ykpiv
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-pault-go-ykpiv.git
XS-Go-Import-Path: pault.ag/go/ykpiv
Rules-Requires-Root: no

Package: golang-pault-go-ykpiv-dev
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-golang-x-crypto-dev,
         libykpiv-dev,
         libykpiv1
Description: high level cgo wrapper around libykpiv.so.1
 go-ykpiv implements an idiomatic go API fit for use when applications need to
 communicate with a Yubikey in PIV mode.
 .
 Most PIV tokens, Yubikeys included, can be used as a PKCS#11 device using
 OpenSC, and Yubikeys are even capable of doing Signing and Decryption through
 that interface. However, some management functions are not exposed in the
 PKCS#11 OpenSC interface, so this library may be of use when one wants to write
 a new Certificate, or set PINs.
