name: pandoc
version: 0.46
license: GPL
copyright: (c) 2006-2008 John MacFarlane
maintainer: John MacFarlane <jgm@berkeley.edu>
stability: alpha
homepage: http://johnmacfarlane.net/pandoc
package-url: http://pandoc.googlecode.com/files/pandoc-0.4.tar.gz
description: 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 can write
             markdown, reStructuredText, HTML, LaTeX, ConTeXt, Docbook,
             RTF, groff man pages, and S5 HTML slide shows.
             .
             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
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.
category: Text
author: John MacFarlane <jgm@berkeley.edu>
exposed: True
exposed-modules: Text.Pandoc Text.Pandoc.Blocks
                 Text.Pandoc.Definition Text.Pandoc.CharacterReferences
                 Text.Pandoc.Shared Text.Pandoc.UTF8 Text.Pandoc.ASCIIMathML
                 Text.Pandoc.Readers.HTML Text.Pandoc.Readers.LaTeX
                 Text.Pandoc.Readers.Markdown Text.Pandoc.Readers.RST
                 Text.Pandoc.Readers.TeXMath Text.Pandoc.Writers.DefaultHeaders
                 Text.Pandoc.Writers.Docbook Text.Pandoc.Writers.HTML
                 Text.Pandoc.Writers.LaTeX Text.Pandoc.Writers.ConTeXt
                 Text.Pandoc.Writers.Man Text.Pandoc.Writers.Markdown
                 Text.Pandoc.Writers.RST Text.Pandoc.Writers.RTF
                 Text.Pandoc.Writers.S5
hidden-modules:
import-dirs: /usr/lib/haskell-packages/ghc6/lib/pandoc-0.46/ghc-6.8.2
library-dirs: /usr/lib/haskell-packages/ghc6/lib/pandoc-0.46/ghc-6.8.2
hs-libraries: HSpandoc-0.46
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-3.0.1.0 pretty-1.0.0.0 containers-0.1.0.1
         parsec-2.1.0.0 xhtml-3000.0.2.1 mtl-1.1.0.0 regex-compat-0.91
         network-2.1.0.0
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces:
haddock-html:
