Source: ruby-html2text Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Balasankar C 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.