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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Source: rust-tealdeer
Section: utils
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo,
help2man
Build-Depends-Arch: cargo:native,
rustc:native (>= 1.85),
libstd-rust-dev,
librust-anyhow-1+default-dev,
librust-app-dirs2-2+default-dev,
librust-clap-4+cargo-dev,
librust-clap-4+color-dev,
librust-clap-4+derive-dev,
librust-clap-4+error-context-dev,
librust-clap-4+help-dev,
librust-clap-4+std-dev,
librust-clap-4+usage-dev,
librust-clap-4+wrap-help-dev,
librust-log-0.4+default-dev,
librust-pager-0.16+default-dev,
librust-serde-1+default-dev (>= 1.0.21-~~),
librust-serde-derive-1+default-dev (>= 1.0.21-~~),
librust-toml-0.8+default-dev (>= 0.8.19-~~),
librust-ureq-3+gzip-dev (>= 3.0.8-~~),
librust-ureq-3+platform-verifier-dev (>= 3.0.8-~~),
librust-ureq-3+rustls-dev (>= 3.0.8-~~),
librust-ureq-3+socks-proxy-dev (>= 3.0.8-~~),
librust-yansi-1+default-dev,
librust-zip-5+deflate-dev (>= 5.1.1-~~)
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Blair Noctis <ncts@debian.org>
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/tealdeer]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/tealdeer
Homepage: https://github.com/tealdeer-rs/tealdeer/
X-Cargo-Crate: tealdeer
Package: tealdeer
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
${cargo:Depends}
Recommends:
${cargo:Recommends}
Suggests:
${cargo:Suggests}
Provides:
${cargo:Provides}
Built-Using: ${cargo:Built-Using}
Static-Built-Using: ${cargo:Static-Built-Using}
Description: simplified, example based and community-driven man pages
tealdeer is a very fast CLI implementation of tldr, the collaborative
cheatsheets of console commands.
.
The executable is named tldr.
|