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
|
Source: ruby-ronn
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Martin Ueding <dev@martin-ueding.de>
Build-Depends: debhelper (>= 7.0.50~),
gem2deb (>= 0.3.0~),
ruby-contest,
ruby-hpricot (>= 0.8.2),
ruby-json,
ruby-mustache (>= 0.7.0),
ruby-rdiscount (>= 1.5.8)
Standards-Version: 3.9.6
Homepage: http://rtomayko.github.com/ronn
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-ronn.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-ronn.git;a=summary
XS-Ruby-Versions: all
Testsuite: autopkgtest-pkg-ruby
Package: ruby-ronn
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-hpricot (>= 0.8.2),
ruby-mustache (>= 0.7.0),
ruby-rdiscount (>= 1.5.8),
${misc:Depends}
Description: Builds manuals from Markdown
Ronn builds manuals. It converts simple, human readable textfiles to roff for
terminal display, and also to HTML for the web.
.
The source format includes all of Markdown but has a more rigid structure and
syntax extensions for features commonly found in manpages (definition lists,
link notation, etc.). The ronn-format(7) manual page defines the format in
detail.
|