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
|
Source: lua-ansicolors
Section: interpreters
Priority: optional
Maintainer: Jason Pleau <jason@jpleau.ca>
Build-Depends:
debhelper-compat (= 12),
dh-lua,
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://github.com/kikito/ansicolors.lua/
Vcs-Git: https://salsa.debian.org/lua-team/lua-ansicolors.git
Vcs-Browser: https://salsa.debian.org/lua-team/lua-ansicolors
Package: lua-ansicolors
Architecture: all
Depends:
${misc:Depends},
Provides:
${lua:Provides},
XB-Lua-Versions: ${lua:Versions}
Description: simple Lua function for printing to the console in color
provides the 'ansicolors' function which allows the Lua programmer to
output colored (both foreground and background) and stylized text.
.
One can use standard terminal colors: black, red, green, yellow, blue,
magenta, cyan, white.
.
The following styles are also available: bright, dim, underline, blink,
reverse, hidden, reset.
|