metadata.xml 1.0 KB

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="project">
  5. <email>haskell@gentoo.org</email>
  6. <name>Gentoo Haskell</name>
  7. </maintainer>
  8. <longdescription>
  9. 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.
  10. Note there is no dependency on haskell-src-extras.
  11. packages that use this: shakespeare-js, shakespeare-css, shakespeare-interpolated, hamlet, and xml-hamlet
  12. Please see the documentation at &lt;http://docs.yesodweb.com/book/hamlet/&gt; for more details.
  13. </longdescription>
  14. <use>
  15. <flag name="test_export">Test export.</flag>
  16. <flag name="test_coffee">Render tests through coffeescript render function.</flag>
  17. <flag name="test_roy">Render tests through roy render function.</flag>
  18. </use>
  19. </pkgmetadata>