2006-10-17 16:22:29 +02:00
|
|
|
Name: Pandoc
|
2007-06-17 18:16:57 +02:00
|
|
|
Version: 0.4
|
2006-10-17 16:22:29 +02:00
|
|
|
License: GPL
|
2006-12-20 04:23:00 +01:00
|
|
|
License-File: COPYING
|
2006-12-20 04:56:36 +01:00
|
|
|
Author: John MacFarlane <jgm at berkeley dot edu>
|
2006-12-20 21:20:10 +01:00
|
|
|
Stability: alpha
|
2006-10-17 16:22:29 +02:00
|
|
|
Homepage: http://sophos.berkeley.edu/macfarlane/pandoc
|
2007-06-17 18:16:57 +02:00
|
|
|
Package-URL: http://pandoc.googlecode.com/files/pandoc-0.4.tar.gz
|
2006-10-17 16:22:29 +02:00
|
|
|
Category: Text
|
2006-12-20 20:53:56 +01:00
|
|
|
Tested-With: GHC
|
2006-12-20 04:23:00 +01:00
|
|
|
Synopsis: Utilities for translating between various markup formats
|
2006-10-17 16:22:29 +02:00
|
|
|
Description: Haskell utilities for translating between markdown, HTML,
|
2007-01-09 08:07:21 +01:00
|
|
|
reStructuredText, LaTeX, DocBook, and RTF
|
2007-06-17 18:16:57 +02:00
|
|
|
Build-Depends: base, parsec, xhtml, mtl, regex-compat
|
|
|
|
Hs-Source-Dirs: src
|
2006-10-17 16:22:29 +02:00
|
|
|
Exposed-Modules: Text.ParserCombinators.Pandoc,
|
2007-04-12 00:57:45 +02:00
|
|
|
Text.Pandoc,
|
2006-10-17 16:22:29 +02:00
|
|
|
Text.Pandoc.ASCIIMathML,
|
2006-12-20 04:23:00 +01:00
|
|
|
Text.Pandoc.Definition,
|
2007-01-02 01:40:12 +01:00
|
|
|
Text.Pandoc.Entities,
|
2006-12-20 04:23:00 +01:00
|
|
|
Text.Pandoc.Shared,
|
|
|
|
Text.Pandoc.UTF8,
|
|
|
|
Text.Pandoc.Writers.DefaultHeaders,
|
2007-01-01 22:09:38 +01:00
|
|
|
Text.Pandoc.Writers.Docbook,
|
2006-12-20 04:23:00 +01:00
|
|
|
Text.Pandoc.Writers.HTML,
|
2007-07-01 00:43:14 +02:00
|
|
|
Text.Pandoc.Writers.Man,
|
2006-12-20 04:23:00 +01:00
|
|
|
Text.Pandoc.Writers.Markdown,
|
|
|
|
Text.Pandoc.Writers.LaTeX,
|
|
|
|
Text.Pandoc.Writers.RST,
|
|
|
|
Text.Pandoc.Writers.S5,
|
|
|
|
Text.Pandoc.Writers.RTF,
|
2006-10-17 16:22:29 +02:00
|
|
|
Text.Pandoc.Readers.HTML,
|
|
|
|
Text.Pandoc.Readers.Markdown,
|
|
|
|
Text.Pandoc.Readers.RST,
|
|
|
|
Text.Pandoc.Readers.LaTeX
|
2007-06-17 18:16:57 +02:00
|
|
|
Ghc-Options: -O0
|
2006-10-17 16:22:29 +02:00
|
|
|
|
|
|
|
Executable: pandoc
|
2007-06-17 18:16:57 +02:00
|
|
|
Hs-Source-Dirs: src
|
2006-10-17 16:22:29 +02:00
|
|
|
Main-Is: Main.hs
|
2007-06-17 18:16:57 +02:00
|
|
|
Ghc-Options: -O0
|