File: control

package info (click to toggle)
ruby-kramdown 1.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,148 kB
  • ctags: 787
  • sloc: ruby: 7,450; sh: 79; makefile: 8
file content (49 lines) | stat: -rw-r--r-- 1,771 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 (>= 9 ),
               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: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-kramdown.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-kramdown.git
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)