2006-10-17 14:22:29 +00:00
|
|
|
Source: pandoc
|
|
|
|
Section: text
|
|
|
|
Priority: optional
|
|
|
|
Maintainer: Recai Oktaş <roktas@debian.org>
|
2007-05-26 11:45:15 +00:00
|
|
|
Build-Depends: debhelper (>= 4.0.0), haskell-devscripts (>=0.5.12), ghc6 (>= 6.6-1), libghc6-xhtml-dev, libghc6-mtl-dev, perl
|
2006-10-17 14:22:29 +00:00
|
|
|
Build-Depends-Indep: haddock
|
|
|
|
Standards-Version: 3.7.2.0
|
2007-08-19 20:40:50 +00:00
|
|
|
XS-Vcs-Svn: http://pandoc.googlecode.com/svn/trunk
|
|
|
|
XS-Vcs-Browser: http://pandoc.googlecode.com/svn/trunk
|
2006-10-17 14:22:29 +00:00
|
|
|
|
|
|
|
Package: pandoc
|
|
|
|
Section: text
|
|
|
|
Architecture: any
|
|
|
|
Depends: ${shlibs:Depends}
|
2007-07-28 19:16:58 +00:00
|
|
|
Suggests: texlive-latex-recommended | tetex-extra, tidy, wget | w3m
|
2007-01-02 04:23:39 +00:00
|
|
|
Description: general markup converter
|
2006-10-27 03:27:41 +00:00
|
|
|
Pandoc is a Haskell library for converting from one markup format to
|
|
|
|
another, and a command-line tool that uses this library. It can read
|
|
|
|
markdown and (subsets of) reStructuredText, HTML, and LaTeX, and it
|
2007-07-15 03:01:13 +00:00
|
|
|
can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, DocBook,
|
|
|
|
RTF, groff man pages, and S5 HTML slide shows.
|
2007-01-02 04:23:39 +00:00
|
|
|
.
|
|
|
|
Pandoc extends standard markdown syntax with footnotes, embedded LaTeX,
|
2007-07-13 06:57:44 +00:00
|
|
|
tables, definition lists, and other features. A compatibility mode is
|
|
|
|
provided for those who need a drop-in replacement for Markdown.pl.
|
|
|
|
Included wrapper scripts make it easy to convert markdown documents to
|
|
|
|
PDFs and to convert web pages to markdown documents.
|
2007-01-02 04:23:39 +00:00
|
|
|
.
|
|
|
|
In contrast to existing tools for converting markdown to HTML, which
|
|
|
|
use regex substitutions, pandoc has a modular design: it consists of a
|
|
|
|
set of readers, which parse text in a given format and produce a native
|
|
|
|
representation of the document, and a set of writers, which convert
|
|
|
|
this native representation into a target format. Thus, adding an input
|
|
|
|
or output format requires only adding a reader or writer.
|
|
|
|
.
|
|
|
|
Homepage: http://sophos.berkeley.edu/macfarlane/pandoc/
|
2006-10-17 14:22:29 +00:00
|
|
|
|
|
|
|
Package: libghc6-pandoc-dev
|
|
|
|
Section: libdevel
|
|
|
|
Architecture: any
|
|
|
|
Depends: ${haskell:Depends}
|
|
|
|
Suggests: pandoc-doc
|
2007-01-02 04:23:39 +00:00
|
|
|
Description: general markup converter
|
2006-10-27 03:27:41 +00:00
|
|
|
Pandoc is a Haskell library for converting from one markup format to
|
|
|
|
another, and a command-line tool that uses this library. It can read
|
|
|
|
markdown and (subsets of) reStructuredText, HTML, and LaTeX, and it
|
2007-07-15 03:01:13 +00:00
|
|
|
can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, DocBook,
|
|
|
|
RTF, groff man pages, and S5 HTML slide shows.
|
2007-01-02 04:23:39 +00:00
|
|
|
.
|
|
|
|
Pandoc extends standard markdown syntax with footnotes, embedded LaTeX,
|
2007-07-13 06:57:44 +00:00
|
|
|
tables, definition lists, and other features. A compatibility mode is
|
|
|
|
provided for those who need a drop-in replacement for Markdown.pl.
|
|
|
|
Included wrapper scripts make it easy to convert markdown documents to
|
|
|
|
PDFs and to convert web pages to markdown documents.
|
2007-01-02 04:23:39 +00:00
|
|
|
.
|
|
|
|
In contrast to existing tools for converting markdown to HTML, which
|
|
|
|
use regex substitutions, pandoc has a modular design: it consists of a
|
|
|
|
set of readers, which parse text in a given format and produce a native
|
|
|
|
representation of the document, and a set of writers, which convert
|
|
|
|
this native representation into a target format. Thus, adding an input
|
|
|
|
or output format requires only adding a reader or writer.
|
2007-07-13 06:57:44 +00:00
|
|
|
.
|
2006-10-17 14:22:29 +00:00
|
|
|
This package contains the libraries compiled for GHC 6.
|
2007-01-02 04:23:39 +00:00
|
|
|
.
|
|
|
|
Homepage: http://sophos.berkeley.edu/macfarlane/pandoc/
|
2006-10-17 14:22:29 +00:00
|
|
|
|
|
|
|
Package: pandoc-doc
|
|
|
|
Section: doc
|
|
|
|
Architecture: all
|
2007-01-02 04:23:39 +00:00
|
|
|
Description: general markup converter
|
2006-10-27 03:27:41 +00:00
|
|
|
Pandoc is a Haskell library for converting from one markup format to
|
|
|
|
another, and a command-line tool that uses this library. It can read
|
|
|
|
markdown and (subsets of) reStructuredText, HTML, and LaTeX, and it
|
2007-07-15 03:01:13 +00:00
|
|
|
can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, DocBook,
|
|
|
|
RTF, groff man pages, and S5 HTML slide shows.
|
2006-10-17 14:22:29 +00:00
|
|
|
.
|
2007-01-02 04:23:39 +00:00
|
|
|
Pandoc extends standard markdown syntax with footnotes, embedded LaTeX,
|
2007-07-13 06:57:44 +00:00
|
|
|
tables, definition lists, and other features. A compatibility mode is
|
|
|
|
provided for those who need a drop-in replacement for Markdown.pl.
|
|
|
|
Included wrapper scripts make it easy to convert markdown documents to
|
|
|
|
PDFs and to convert web pages to markdown documents.
|
2007-01-02 04:23:39 +00:00
|
|
|
.
|
|
|
|
In contrast to existing tools for converting markdown to HTML, which
|
|
|
|
use regex substitutions, pandoc has a modular design: it consists of a
|
|
|
|
set of readers, which parse text in a given format and produce a native
|
|
|
|
representation of the document, and a set of writers, which convert
|
|
|
|
this native representation into a target format. Thus, adding an input
|
|
|
|
or output format requires only adding a reader or writer.
|
|
|
|
.
|
2006-10-17 14:22:29 +00:00
|
|
|
This package contains the library documentation for Pandoc.
|
2007-01-02 04:23:39 +00:00
|
|
|
.
|
|
|
|
Homepage: http://sophos.berkeley.edu/macfarlane/pandoc/
|