Source: lua-ansicolors
Section: interpreters
Priority: optional
Maintainer: Jason Pleau <jason@jpleau.ca>
Build-Depends: debhelper (>= 9), dh-lua
Standards-Version: 3.9.6
Homepage: https://github.com/kikito/ansicolors.lua/
Vcs-Git: git://anonscm.debian.org/pkg-lua/lua-ansicolors.git
Vcs-Browser: http://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.

Package: lua-ansicolors-dev
Section: libdevel
Architecture: all
Depends: lua-ansicolors (= ${binary:Version}), ${misc:Depends}
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: Documentation for lua-ansicolors
 This package contains the documentation for the lua-ansicolors package.
