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}
Multi-Arch: foreign
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.
