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
|
Source: gosop
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-protonmail-go-crypto-dev,
golang-github-protonmail-gopenpgp-dev,
golang-github-urfave-cli-v2-dev
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/gosop
Vcs-Git: https://salsa.debian.org/go-team/packages/gosop.git
Homepage: https://github.com/ProtonMail/gosop
XS-Go-Import-Path: github.com/ProtonMail/gosop
Package: gosop
Section: utils
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: Stateless CLI for GopenPGP (program)
The Stateless OpenPGP CLIknown as SOP, is an RFC specification that aims to
provide a minimal API for any implementation of the OpenPGP protocol, in
the form of a command-line Interface. SOP can be used to test
interoperability between different implementations of OpenPGP; the
OpenPGP interoperability Test Suite (https://tests.sequoia-pgp.org/)
reports results using several SOP implementations. For more information,
please refer to the specification (https://tools.ietf.org/html/draft-dkg-
openpgp-stateless-cli-01).
|