Use https by default
[gentoo.git] / dev-haskell / shakespeare-js / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <herd>haskell</herd>
5         <longdescription>
6                 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.
7                 In this case, the variable type needs a ToJavascript instance.
8                 
9                 There is also shakespeare-coffeescript for coffeescript templates. Coffescript is a language that compiles down to javascript. It expects a coffeescript compiler in your path, and variable should be a ToCoffee instance.
10                 
11                 Please see http://docs.yesodweb.com/book/templates for a more thorough description and examples
12                 
13                 shakespeare-js was originally called julius, and shakespeare originated from the hamlet template package.
14         </longdescription>
15         <use>
16                 <flag name='test_coffee'>Test coffee.</flag>
17                 <flag name='test_export'>Test export.</flag>
18                 <flag name='test_roy'>Test roy.</flag>
19         </use>
20 </pkgmetadata>