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
|
Source: ruby-colored2
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Georg Faerber <georg@debian.org>,
Build-Depends: debhelper-compat (= 13),
gem2deb,
rake,
ruby-rspec,
ruby-simplecov,
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-colored2.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-colored2
Homepage: https://github.com/kigster/colored2
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no
Package: ruby-colored2
Architecture: all
Depends: ${misc:Depends},
${ruby:Depends},
${shlibs:Depends}
Description: library to add colors or attributes to text
This library extends the String class with methods to add ANSI colors
and bold, underline or reverse attributes to strings. It can be used to
emphasize messages on the console output or in logs.
|