summaryrefslogtreecommitdiff
path: root/app-text/pandoc/metadata.xml
blob: f0713d9bef0640f08d88406a2701d3a4ea64bb7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://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="http-conduit">Enable downloading of resources over https.</flag>
		<flag name="trypandoc">Build trypandoc cgi executable.</flag>
		<flag name="https">Enable support for downloading of resources over https.</flag>
		<flag name="make-pandoc-man-pages">Build program to regenerate pandoc man pages from README.</flag>
		<flag name="network-uri">Get Network.URI from the network-uri package.</flag>
		<flag name="weigh-pandoc">Build weigh-pandoc to measure memory usage.</flag>
	</use>
</pkgmetadata>