diff options
Diffstat (limited to 'dev-haskell/shakespeare-css/metadata.xml')
-rw-r--r-- | dev-haskell/shakespeare-css/metadata.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-haskell/shakespeare-css/metadata.xml b/dev-haskell/shakespeare-css/metadata.xml new file mode 100644 index 000000000000..491366ba9c5c --- /dev/null +++ b/dev-haskell/shakespeare-css/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <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. + In this case, the variable type needs a ToCss instance. + + This package contains 2 css template languages. The Cassius language uses whitespace to avoid the need for closing brackets and semi-colons. Lucius does not care about whitespace and is a strict superset of css. There are also some significant conveniences added for css. + + Please see http://docs.yesodweb.com/book/templates for a more thorough description and examples + </longdescription> +</pkgmetadata> |