File: debcargo.toml

package info (click to toggle)
rust-bat 0.22.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,916 kB
  • sloc: javascript: 6,779; python: 6,721; sh: 1,009; ansic: 518; makefile: 286; fortran: 178; sql: 160; jsp: 151; lisp: 106; f90: 100; perl: 99; haskell: 85; php: 76; ruby: 63; cpp: 59; ml: 57; erlang: 56; cs: 54; asm: 49; pascal: 34; java: 33; objc: 24; awk: 19; xml: 19; tcl: 15
file content (25 lines) | stat: -rw-r--r-- 898 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
24
25
overlay = "."
uploaders = ["Paride Legovini <paride@debian.org>", "Helen Koike <helen@koikeco.de>", "Sylvestre ledru <sylvestre@debian.org>"]
excludes = ["tests/benchmarks/test-src/**", "tests/examples/**", "tests/syntax-tests/highlighted/**", "tests/syntax-tests/source/BatTestCustomAssets/**"]

whitelist = ["tests/*.c"]
collapse_features = true

[source]
build_depends = ["dh-exec", "librust-term-size-dev"]
section = "utils"

[packages.bin]
summary = "cat(1) clone with syntax highlighting and git integration"
section = "utils"
description = """
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.
"""