summaryrefslogtreecommitdiff
blob: 8f389f32b1ce1f8c2593f3f20adc66737e2b74bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>haskell@gentoo.org</email>
	</maintainer>
	<longdescription>
		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, LaTeX and Textile, and it can write
		markdown, reStructuredText, HTML, LaTeX, ConTeXt, Docbook,
		OpenDocument, ODT, RTF, MediaWiki, Textile, groff man pages,
		plain text, Emacs Org-Mode, EPUB, and S5 and Slidy HTML
		slide shows.
	</longdescription>
	<use>
		<flag name="embed-data-files">Embed data files in binary for relocatable executable.</flag>
		<flag name="optimize">Enable -O1 optimizations (requires ~16GiB memory)</flag>
		<flag name="trypandoc">Build trypandoc cgi executable.</flag>
	</use>
</pkgmetadata>