File: control

package info (click to toggle)
ruby-html2text 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 196 kB
  • ctags: 19
  • sloc: ruby: 190; makefile: 8
file content (32 lines) | stat: -rw-r--r-- 1,218 bytes parent folder | download | duplicates (2)
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
28
29
30
31
32
Source: ruby-html2text
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc@autistici.org>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               locales,
               rake,
               ruby-nokogiri (>= 1.6),
               ruby-rspec,
               ruby-rspec-collection-matchers
Build-Conflicts: locales-all
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-html2text.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-html2text.git
Homepage: https://github.com/soundasleep/html2text_ruby
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-html2text
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-nokogiri (>= 1.6),
         ${misc:Depends},
         ${shlibs:Depends}
Description: convert HTML into plain text
 This package provides the gem html2text, which can be used to convert HTML
 input into a plain text format. It uses Ruby's DOM methods to load HTML from
 a string, and then iterates over the resulting DOM to correctly output plain
 text.