File: control

package info (click to toggle)
golang-github-protonmail-gopenpgp 2.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 952 kB
  • sloc: sh: 87; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,526 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
36
37
38
39
Source: golang-github-protonmail-gopenpgp
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Martin Dosch <martin@mdosch.de>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
 golang-github-pkg-errors-dev,
 golang-github-protonmail-go-crypto-dev (>=1.3.0~),
 golang-github-protonmail-go-mime-dev,
 golang-github-stretchr-testify-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-protonmail-gopenpgp
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-protonmail-gopenpgp.git
Homepage: https://github.com/ProtonMail/gopenpgp
XS-Go-Import-Path: github.com/ProtonMail/gopenpgp/v2

Package: golang-github-protonmail-gopenpgp-dev
Architecture: all
Multi-Arch: foreign
Breaks:
 go-sendxmpp (<= 0.11.1),
Depends:
 golang-github-pkg-errors-dev,
 golang-github-protonmail-go-crypto-dev (>=1.1.0~),
 golang-github-protonmail-go-mime-dev,
 golang-github-stretchr-testify-dev,
 ${misc:Depends},
Description: high-level OpenPGP library built on top of golang crypto library
 GopenPGP is a high-level OpenPGP wrapper library developed by ProtonMail which
 is built on the golang crypto library.
 The goal of this project is to provide an easy-to-use, open source encryption
 wrapper library for the developer community that is well-maintained, up-to-date
 with the latest OpenPGP RFC changes, and periodically audited for security.