File: control

package info (click to toggle)
lua-ansicolors 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 88 kB
  • ctags: 10
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 898 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
Source: lua-ansicolors
Section: interpreters
Priority: optional
Maintainer: Jason Pleau <jason@jpleau.ca>
Build-Depends: debhelper (>= 9), dh-lua
Standards-Version: 3.9.8
Homepage: https://github.com/kikito/ansicolors.lua/
Vcs-Git: https://anonscm.debian.org/cgit/pkg-lua/lua-ansicolors.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lua/lua-ansicolors.git

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.