pandoc 1.11.1-2build2 source package in Ubuntu

Changelog

pandoc (1.11.1-2build2) saucy; urgency=low

  * Rebuild for new GHC ABIs.
 -- Colin Watson <email address hidden>   Mon, 17 Jun 2013 21:03:32 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Saucy
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
text
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pandoc_1.11.1.orig.tar.gz 1.0 MiB ebb090b08b5439d719d1d01575aa91262035cb9b8de61ffaf49a853a5fde432c
pandoc_1.11.1-2build2.debian.tar.gz 37.4 KiB ef5b03f16fa60c6a87e6ae7f7730e65db536014d72a11b8623a3225a6faa0b7f
pandoc_1.11.1-2build2.dsc 4.3 KiB d1bea46eb2f31ddc4c6aabbfb0176e0156ae99dc1fe194a3f950fa4c4b5f160c

Available diffs

View changes file

Binary packages built by this source

libghc-pandoc-dev: general markup converter - libraries

 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) HTML, reStructuredText, LaTeX, DocBook,
 MediaWiki markup, Haddock markup, OPML, and Textile, and it can write
 markdown, reStructuredText, HTML, LaTeX (including rendering as plain
 PDF or beamer slide shows), ConTeXt, DocBook, OPML, OpenDocument, ODT,
 Word docx, RTF, MediaWiki, Textile, groff man pages, GNU Texinfo, plain
 text, Emacs Org-Mode, AsciiDoc, EPUB (v2 or v3), FictionBook2, and
 several kinds of HTML/javascript slide shows (S5, Slidy, Slideous,
 DZSlides, reveal.js).
 .
 Pandoc extends standard markdown syntax with footnotes, embedded LaTeX,
 definition lists, tables, and other features. A compatibility mode is
 provided for those who need a drop-in replacement for Markdown.pl.
 .
 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.
 .
 This package contains the libraries compiled for GHC.

libghc-pandoc-doc: No summary available for libghc-pandoc-doc in ubuntu saucy.

No description available for libghc-pandoc-doc in ubuntu saucy.

libghc-pandoc-prof: No summary available for libghc-pandoc-prof in ubuntu saucy.

No description available for libghc-pandoc-prof in ubuntu saucy.

pandoc: general markup converter

 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) HTML, reStructuredText, LaTeX, DocBook,
 MediaWiki markup, Haddock markup, OPML, and Textile, and it can write
 markdown, reStructuredText, HTML, LaTeX (including rendering as plain
 PDF or beamer slide shows), ConTeXt, DocBook, OPML, OpenDocument, ODT,
 Word docx, RTF, MediaWiki, Textile, groff man pages, GNU Texinfo, plain
 text, Emacs Org-Mode, AsciiDoc, EPUB (v2 or v3), FictionBook2, and
 several kinds of HTML/javascript slide shows (S5, Slidy, Slideous,
 DZSlides, reveal.js).
 .
 Pandoc extends standard markdown syntax with footnotes, embedded LaTeX,
 definition lists, tables, and other features. A compatibility mode is
 provided for those who need a drop-in replacement for Markdown.pl.
 .
 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.
 .
 This package contains the pandoc tool.
 .
 PDF output via PDFLaTeX requires the package texlive-latex-recommended,
 via XeLaTeX it additionally requires texlive-xetex, and via LuaTeX
 additionally texlive-luatex.