Source: ruby-reverse-markdown
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Utkarsh Gupta <guptautkarsh2102@gmail.com>
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               rake,
               ruby-kramdown,
               ruby-nokogiri,
               ruby-rspec,
               ruby-simplecov
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-reverse-markdown.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-reverse-markdown
Homepage: https://github.com/xijo/reverse_markdown
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-reverse-markdown
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-nokogiri,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Converts html code into markdown
 reverse_markdown transforms html into markdown. It is useful, for example,
 if you want to import html into a markdown based application.
 .
 It supports all the established html tags and requires Ruby 1.9.3 or higher.
