Source: ruby-truncato Section: ruby Maintainer: Debian Ruby Team Uploaders: Pirate Praveen Build-Depends: debhelper-compat (= 14), gem2deb, ruby-htmlentities, ruby-nokogiri Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-truncato.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-truncato Homepage: https://github.com/jorgemanrubia/truncato Testsuite: autopkgtest-pkg-ruby Package: ruby-truncato Architecture: all Description: tool for truncating HTML strings efficiently Ruby tool for truncating HTML strings keeping a valid HTML markup. . Its main motivation was that existing libs couldn't truncate a multiple-MB document into a few-KB one in a reasonable time. It uses the Nokogiri SAX parser.