File: debcargo.toml

package info (click to toggle)
rust-sequoia-chameleon-gnupg 0.13.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,904 kB
  • sloc: sh: 188; makefile: 79; pascal: 9
file content (23 lines) | stat: -rw-r--r-- 721 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
overlay = "."
uploaders = [
  "Alexander Kjäll <alexander.kjall@gmail.com>",
  "Holger Levsen <holger@debian.org>"
]

[source]
section = "utils"

[packages.bin]
summary = "Drop-in replacement of gpg and gpgv using the Sequoia OpenPGP implementation."
description = """
gpgv-sq is a feature-complete drop-in replacement of gpgv.

gpg-sq is drop-in replacement of gpg that is not feature-complete.

It currently implements a commonly used subset of the signature
creation and verification commands, the encryption and decryption
commands, the key listing commands, and some miscellaneous commands.

Support for trust models is limited.  Currently, the Web-of-Trust
('pgp') and always trust ('always') are implemented.
"""