summaryrefslogtreecommitdiff
path: root/dev-haskell/shakespeare/metadata.xml
blob: 51b9253245db86b91f586a86b2853d6e4f00978d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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>
		<name>Gentoo Haskell</name>
	</maintainer>
	<longdescription>
		Shakespeare is a template family for type-safe, efficient templates with simple variable interpolation . Shakespeare templates can be used inline with a quasi-quoter or in an external file. Shakespeare interpolates variables according to the type being inserted.

		Note there is no dependency on haskell-src-extras.

		packages that use this: shakespeare-js, shakespeare-css, shakespeare-interpolated, hamlet, and xml-hamlet
		Please see the documentation at &lt;http://docs.yesodweb.com/book/hamlet/&gt; for more details.
	</longdescription>
	<use>
		<flag name="test-export">Test export.</flag>
		<flag name="test-coffee">Render tests through coffeescript render function.</flag>
		<flag name="test-roy">Render tests through roy render function.</flag>
	</use>
</pkgmetadata>