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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
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>,
Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb (>= 1),
rake,
ruby-minitest,
ruby-rouge,
ruby-stringex,
ruby-rexml,
texlive-fonts-recommended,
texlive-latex-extra,
tidy
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-kramdown.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-kramdown
Homepage: https://kramdown.gettalong.org
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no
Package: ruby-kramdown
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: libjs-jquery,
${misc:Depends},
${ruby:Depends},
${shlibs:Depends}
Recommends: ruby-rouge
Suggests: libjs-mathjax,
ruby-kramdown-parser-gfm
Description: Fast, pure-Ruby Markdown-superset converter - ruby library
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)
.
This package contains the ruby library.
Package: kramdown
Architecture: all
Multi-Arch: foreign
Section: text
Depends: ruby:any,
ruby-kramdown (= ${binary:Version}),
${misc:Depends},
Breaks: ruby-kramdown (<< 1.17.0-3~)
Replaces: ruby-kramdown (<< 1.17.0-3~)
Description: Fast, pure-Ruby Markdown-superset converter - kramdown command
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)
.
This package contains the kramdown command.
|