Source: ruby-commonmarker
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Soren Stoutner <soren@debian.org>,
           Pirate Praveen <praveen@debian.org>
# architecture-is-64-bit prevents building on 32-bit architectures, which are
# not supported upstream.
# <https://github.com/gjtorikian/commonmarker/issues/470>
Build-Depends: debhelper-compat (= 14),
               dh-sequence-ruby,
               dh-sequence-single-binary,
               architecture-is-64-bit,
               cargo,
               gem2deb,
               libclang-dev,
               librust-comrak-dev,
               librust-magnus-dev,
               librust-rb-sys+global-allocator-dev,
               librust-rctree-dev,
               librust-syntect-dev,
               librust-typed-arena-dev,
               rake,
               ruby,
               ruby-awesome-print,
               ruby-enum,
               ruby-json,
               ruby-minitest,
               ruby-minitest-focus,
               ruby-rb-sys
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-commonmarker.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-commonmarker
Homepage: https://github.com/gjtorikian/commonmarker
Testsuite: autopkgtest-pkg-ruby
Standards-Version: 4.7.4

Package: ruby-commonmarker
Architecture: any
Depends: ruby-enum,
         ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Breaks: ruby-html-pipeline (<< 2.12.3~), ruby-jekyll-commonmark (<= 1.3.1-5~)
Description: Ruby wrapper for Rust's comrak crate
 It passes all of the CommonMark test suite, and is therefore spec-complete. It
 also includes extensions to the CommonMark spec as documented in the GitHub
 Flavored Markdown spec, such as support for tables, strikethroughs, and
 autolinking.
