File: control

package info (click to toggle)
golang-github-proglottis-gpgme 0.0~git20181127.3b0be09-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 156 kB
  • sloc: ansic: 124; makefile: 12
file content (24 lines) | stat: -rw-r--r-- 991 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
Source: golang-github-proglottis-gpgme
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Antoine Beaupré <anarcat@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               libgpgme-dev,
Standards-Version: 4.3.0
Homepage: https://github.com/proglottis/gpgme
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-proglottis-gpgme
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-proglottis-gpgme.git
XS-Go-Import-Path: github.com/proglottis/gpgme
Testsuite: autopkgtest-pkg-go

Package: golang-github-proglottis-gpgme-dev
Architecture: all
Depends: ${misc:Depends},
         libgpgme-dev,
Description: Go wrapper for the GPGME library
 This library provides a Golang wrapper for the C GPGME library. If
 you are looking to add OpenPGP support to a server application, you
 should also consider the olang.org/x/crypto/openpgp library.