1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: aha
Section: utils
Priority: optional
Maintainer: Axel Beckert <abe@debian.org>
Build-Depends: debhelper-compat (= 13),
dpkg-dev (>= 1.16.1~)
Standards-Version: 4.6.0
Homepage: https://github.com/theZiz/aha
Vcs-Git: https://salsa.debian.org/debian/aha.git
Vcs-Browser: https://salsa.debian.org/debian/aha
Rules-Requires-Root: no
Package: aha
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: ANSI color to HTML converter
aha (ANSI HTML Adapter) converts ANSI colors to HTML, e.g. if you
want to publish the output of ls --color=yes, git diff, ccal or htop
as static HTML somewhere.
|