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
|
Source: ruby-rdiscount
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Martin Ueding <dev@martin-ueding.de>, Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb,
libmarkdown2-dev,
ruby-test-unit
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rdiscount
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rdiscount.git
Homepage: https://github.com/rtomayko/rdiscount
Rules-Requires-Root: no
Package: ruby-rdiscount
Architecture: any
Depends: ${ruby:Depends},
${misc:Depends},
${ruby:Depends},
${shlibs:Depends}
Description: Discount Markdown Processor for Ruby
Discount is an implementation of John Gruber's Markdown markup language in C.
It implements all of the language described in the markdown syntax document
and passes the Markdown 1.0 test suite.
.
RDiscount is a Ruby extension library for Discount. It can be used as a
stand-alone program or within another Ruby program.
|