Codebase list rust-libslirp / 5961e7bb-f0f3-4873-a589-fd3ead16d276/main src / sequoia-sop / debian / debcargo.toml
5961e7bb-f0f3-4873-a589-fd3ead16d276/main

Tree @5961e7bb-f0f3-4873-a589-fd3ead16d276/main (Download .tar.gz)

debcargo.toml @5961e7bb-f0f3-4873-a589-fd3ead16d276/mainraw · history · blame

overlay = "."
uploaders = ["Daniel Kahn Gillmor <dkg@fifthhorseman.net>"]
bin_name = "sqop"
summary = "Stateless OpenPGP Command Line Interface using Sequoia"

description = """
sqop offers a Rust-based implementation of the Stateless OpenPGP
Command Line Interface.

This standards-derived interface is an implementation of
https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/,
intended to be used in interoperability tests and simple OpenPGP
commands, while leaving no trace in the filesystem.
"""

[source]
section = "utils"
build_depends = ["bash-completion"]