2006-10-17 16:22:29 +02:00
|
|
|
Name: Pandoc
|
2006-12-12 16:41:55 +01:00
|
|
|
Version: @VERSION@
|
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-10-17 16:22:29 +02:00
|
|
|
Homepage: http://sophos.berkeley.edu/macfarlane/pandoc
|
|
|
|
Category: Text
|
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,
|
|
|
|
reStructuredText, LaTeX, and RTF
|
2006-12-20 04:23:00 +01:00
|
|
|
Build-Depends: @BUILD_DEPENDS@
|
2006-10-28 17:13:18 +02:00
|
|
|
@HS_SOURCE_DIRS@: src
|
2006-10-17 16:22:29 +02:00
|
|
|
Exposed-Modules: Text.ParserCombinators.Pandoc,
|
|
|
|
Text.Pandoc.ASCIIMathML,
|
2006-12-20 04:23:00 +01:00
|
|
|
Text.Pandoc.Definition,
|
|
|
|
Text.Pandoc.HtmlEntities,
|
|
|
|
Text.Pandoc.Shared,
|
|
|
|
Text.Pandoc.UTF8,
|
|
|
|
Text.Pandoc.Writers.DefaultHeaders,
|
|
|
|
Text.Pandoc.Writers.HTML,
|
|
|
|
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
|
2006-10-28 17:13:18 +02:00
|
|
|
Ghc-Options: @HCFLAGS@
|
2006-10-17 16:22:29 +02:00
|
|
|
|
|
|
|
Executable: pandoc
|
2006-10-28 17:13:18 +02:00
|
|
|
@HS_SOURCE_DIRS@: src
|
2006-10-17 16:22:29 +02:00
|
|
|
Main-Is: Main.hs
|
2006-10-28 17:13:18 +02:00
|
|
|
Ghc-Options: @HCFLAGS@
|