File: control

package info (click to toggle)
golang-github-protonmail-gopenpgp 2.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports
  • size: 812 kB
  • sloc: sh: 89; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,706 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
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 (>=0.0~git20230124.0acdc8a-1~),
	       golang-github-protonmail-go-mime-dev,
               golang-github-stretchr-testify-dev,
               golang-golang-x-crypto-dev
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
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

Package: golang-github-protonmail-gopenpgp-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-pkg-errors-dev,
         golang-github-protonmail-go-crypto-dev (>= 0.0~git20230124.0acdc8a-1~),
	 golang-github-protonmail-go-mime-dev,
         golang-github-stretchr-testify-dev,
         golang-golang-x-crypto-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.