Source: ruby-html2text Section: ruby Maintainer: Debian Ruby Team Uploaders: Balasankar C Build-Depends: debhelper-compat (= 12), gem2deb, locales, rake, ruby-nokogiri, ruby-rspec, ruby-rspec-collection-matchers Build-Conflicts: locales-all Standards-Version: 4.7.3 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-html2text.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-html2text Homepage: https://github.com/soundasleep/html2text_ruby Testsuite: autopkgtest-pkg-ruby Package: ruby-html2text Architecture: all Depends: ${ruby:Depends}, ${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.