File: control

package info (click to toggle)
ansifilter 2.21-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,076 kB
  • sloc: cpp: 5,280; makefile: 140; sh: 111; python: 73; ansic: 65; tcl: 1
file content (42 lines) | stat: -rw-r--r-- 1,792 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Source: ansifilter
Section: devel
Priority: optional
Maintainer: Sebastian Humenda <shumenda@gmx.de>
Build-Depends: debhelper-compat (= 13), qt5-qmake, qtbase5-dev
Rules-Requires-Root: no
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/humenda-guest/ansifilter.git
Vcs-Browser: https://salsa.debian.org/humenda-guest/ansifilter
Homepage: http://andre-simon.de/doku/ansifilter/en/ansifilter.php

Package: ansifilter
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: parse common (terminal) ANSI codes and remove or convert them
 ANSI codes are commands embedded in a text stream to add formatting
 instructions into text. These codes are interpreted by terminal emulators like
 xterm or Putty.
 .
 ANSIFilter parses common ANSI codes to remove them or to convert them to
 another colored text file format (HTML, TeX, LaTeX, RTF, Pango or BBCode).
 Support for ANSI art files (based on codepage 437 and ANSI.SYS sequences or BIN
 /XBIN/TND files) is enabled with the --art-cp437, --art-bin and --art-tundra
 options.

Package: ansifilter-gui
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: parse common (terminal) ANSI codes and remove or convert them (GUI)
 ANSI codes are commands embedded in a text stream to add formatting
 instructions into text. These codes are interpreted by terminal emulators like
 xterm or Putty.
 .
 ANSIFilter parses common ANSI codes to remove them or to convert them to
 another colored text file format (HTML, TeX, LaTeX, RTF, Pango or BBCode).
 Support for ANSI art files (based on codepage 437 and ANSI.SYS sequences or BIN
 /XBIN/TND files) is enabled with the --art-cp437, --art-bin and --art-tundra
 options.
 .
 This package provides a GUI application.