summaryrefslogtreecommitdiff
blob: 328b0ce87aefe8ea65862189c59d0ca36b8d4c93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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>
		<name>Gentoo Haskell</name>
	</maintainer>
	<longdescription>
		Allows parsing and rendering template files with mustache markup. See the
		mustache &lt;http://mustache.github.io/mustache.5.html language reference&gt;.
		
		Implements the mustache spec version 1.1.3.
		
		/Note/: Versions including and beyond 0.4 are compatible with ghc 7.8 again.
	</longdescription>
</pkgmetadata>