File: control

package info (click to toggle)
ruby-text-format 1.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 208 kB
  • ctags: 240
  • sloc: ruby: 2,011; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,142 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
25
26
27
Source: ruby-text-format
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Ondřej Surý <ondrej@debian.org>,
	   Esteban Manchado Velázquez <zoso@debian.org>,
	   Paul van Tilburg <paulvt@debian.org>
Build-Depends: debhelper (>= 7.0.50~), gem2deb
Standards-Version: 3.9.6
Homepage: https://rubygems.org/gems/text-format
XS-Ruby-Versions: all
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-text-format.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-text-format.git;a=summary
Testsuite: autopkgtest-pkg-ruby

Package: ruby-text-format
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends},
	 ${misc:Depends},
	 ruby | ruby-interpreter
# Recommends: ruby-text-hyphen (=> 1.0.0~)
Description: Ruby library for text formatting
 Text::Format is provides the ability to nicely format fixed-width
 text with knowledge of the writable space (number of columns),
 margins, and indentation settings. Text::Format can work with either
 TeX::Hyphen or Text::Hyphen to hyphenate words when formatting.