File: control

package info (click to toggle)
ruby-rdiscount 2.2.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 480 kB
  • sloc: ansic: 4,798; ruby: 487; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,094 bytes parent folder | download
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.