File: control

package info (click to toggle)
ruby-kramdown 1.17.0-1%2Bdeb10u2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,540 kB
  • sloc: ruby: 7,980; sh: 79; makefile: 8
file content (49 lines) | stat: -rw-r--r-- 1,743 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Source: ruby-kramdown
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Youhei SASAKI <uwabami@gfd-dennou.org>,
           Paul van Tilburg <paulvt@debian.org>
Build-Depends: debhelper (>= 11~),
               gem2deb,
               rake,
               ruby-coderay,
               ruby-minitest,
               ruby-prawn,
               ruby-prawn-table,
               ruby-rouge (>= 2~),
               ruby-stringex,
               texlive-fonts-recommended,
               texlive-latex-extra,
               tidy
Standards-Version: 4.2.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-kramdown.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-kramdown
Homepage: http://kramdown.gettalong.org
XS-Ruby-Versions: all
Testsuite: autopkgtest-pkg-ruby

Package: ruby-kramdown
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: libjs-jquery,
         ruby | ruby-interpreter,
         ruby-coderay,
         ruby-prawn,
         ruby-prawn-table,
         ruby-rouge (>= 2~),
         ruby-stringex,
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: libjs-mathjax
Description: Fast, pure-Ruby Markdown-superset converter
 The kramdown is a fast, pure Ruby, Markdown parser and converter, using
 a strict syntax definition and supporting several common
 extensions.
 .
 The kramdown library is mainly written to support the kramdown-to-HTML
 conversion chain. However, due to its flexibility it supports other
 input and output formats as well. Here is a list of the
 supported formats:
   * input formats: kramdown (a Markdown superset), Markdown, HTML
   * output formats: HTML, kramdown, LaTeX (and therefore PDF)