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 33 34 35 36 37 38
|
Source: ruby-html-pipeline
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 12),
gem2deb,
ruby-activesupport,
ruby-escape-utils,
ruby-github-markdown,
ruby-minitest,
ruby-minitest-focus,
ruby-nokogiri (>= 1.4),
ruby-rinku,
ruby-sanitize,
ruby-email-reply-parser,
ruby-commonmarker (>= 0.20.2~),
ruby-rouge
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-html-pipeline.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-html-pipeline
Homepage: https://github.com/jch/html-pipeline
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-html-pipeline
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-activesupport,
ruby-nokogiri (>= 1.4),
ruby-commonmarker (>= 0.20.2~),
${misc:Depends},
${shlibs:Depends}
Description: GitHub HTML processing filters and utilities
Helpers for processing content through a chain of filters. This module includes
a small framework for defining DOM based content filters and applying them to
user provided content.
|