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
|
Source: tpp
Section: graphics
Priority: optional
Maintainer: Axel Beckert <abe@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-elpa (>= 1.14),
gem2deb (>= 0.2.13~),
recode
Standards-Version: 4.5.0
Homepage: https://github.com/akrennmair/tpp
Vcs-Git: https://salsa.debian.org/debian/tpp.git
Vcs-Browser: https://salsa.debian.org/debian/tpp
Rules-Requires-Root: no
XS-Ruby-Versions: all
Package: tpp
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ncurses,
${misc:Depends}
XB-Ruby-Versions: ${ruby:Versions}
Recommends: figlet,
${elpa:Depends}
Suggests: latex-beamer,
texlive-latex-extra,
vim-addon-manager
Enhances: emacsen, vim
Description: text presentation program
Tpp stands for text presentation program and is an ncurses-based presentation
tool. The presentation can be written with your favorite editor in a simple
description format and then shown on any text terminal that is supported by
ncurses - ranging from an old VT100 to the Linux framebuffer to an xterm.
.
It supports color, LaTeX output of presentation, sliding in text,
a command prompt and additional cool features.
.
The package also installs syntax highlighting modes/add-ons for emacs
and vim. To enable the vim add-on, the package vim-addon-manager
needs to be installed, too.
|