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 59 60 61 62 63 64 65 66 67 68
|
Source: rust-bat
Section: utils
Priority: optional
Build-Depends: debhelper (>= 11),
dh-cargo (>= 18),
cargo:native,
rustc:native,
libstd-rust-dev,
librust-ansi-colours-1+default-dev,
librust-ansi-term-0.12+default-dev (>= 0.12.1-~~),
librust-atty-0.2+default-dev (>= 0.2.13-~~),
librust-clap-2+color-dev (>= 2.33-~~),
librust-clap-2+default-dev (>= 2.33-~~),
librust-clap-2+suggestions-dev (>= 2.33-~~),
librust-clap-2+wrap-help-dev (>= 2.33-~~),
librust-console-0.8+default-dev,
librust-content-inspector-0.2+default-dev (>= 0.2.4-~~),
librust-dirs-3+default-dev,
librust-encoding-0.2+default-dev,
librust-error-chain-0.12-dev,
librust-git2-0.13-dev,
librust-lazy-static-1+default-dev (>= 1.4-~~),
librust-shell-words-1+default-dev,
librust-syntect-3+dump-create-dev (>= 3.2.1-~~),
librust-syntect-3+dump-load-dev (>= 3.2.1-~~),
librust-syntect-3+parsing-dev (>= 3.2.1-~~),
librust-syntect-3+yaml-load-dev (>= 3.2.1-~~),
librust-wild-2+default-dev,
dh-exec
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Paride Legovini <paride@debian.org>,
Helen Koike <helen@koikeco.de>,
Sylvestre ledru <sylvestre@debian.org>
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/bat]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/bat
Homepage: https://github.com/sharkdp/bat
Package: bat
Architecture: any
Multi-Arch: allowed
Depends:
${misc:Depends},
${shlibs:Depends},
${cargo:Depends}
Recommends:
${cargo:Recommends}
Suggests:
${cargo:Suggests}
Provides:
${cargo:Provides}
Built-Using: ${cargo:Built-Using}
XB-X-Cargo-Built-Using: ${cargo:X-Cargo-Built-Using}
Description: cat(1) clone with syntax highlighting and git integration
bat is a drop-in cat(1) replacement featuring:
.
* syntax highlighting for a large number of languages;
* git integration;
* automatic paging;
* a user-friendly command-line interface.
.
In this package the executable and its manpage have been renamed from ‘bat’ to
‘batcat’ because of a file name clash with another Debian package.
.
This package contains the following binaries built from the Rust crate
"bat":
- bat
|