File: control

package info (click to toggle)
ruby-formatador 1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 156 kB
  • sloc: ruby: 477; sh: 4; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 800 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
Source: ruby-formatador
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Build-Depends: debhelper-compat (= 13),
               ruby-shindo,
               gem2deb
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-formatador.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-formatador
Homepage: https://github.com/geemus/formatador
Rules-Requires-Root: no

Package: ruby-formatador
Architecture: all
Multi-Arch: foreign
Depends: ruby:any,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Ruby STDOUT text formatting library
 Ruby STDOUT text formatting library that allows you to easily change the color
 or the indentation of the displayed text, create tables, progressbar and more.