You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
1.0 KiB
22 lines
1.0 KiB
<?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>
|
|
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 <http://docs.yesodweb.com/book/hamlet/> 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>
|