diff options
Diffstat (limited to 'dev-haskell/yesod/metadata.xml')
-rw-r--r-- | dev-haskell/yesod/metadata.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-haskell/yesod/metadata.xml b/dev-haskell/yesod/metadata.xml new file mode 100644 index 000000000000..805906d58626 --- /dev/null +++ b/dev-haskell/yesod/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + A RESTful web framework with strong compile-time guarantees of correctness. It also affords space efficient code, highly concurrent loads, and portability to many deployment backends (via the wai package), from CGI to stand-alone serving. + + Yesod also focuses on developer productivity. Yesod integrates well with tools for all your basic web development (wai, persistent, and shakespeare/hamlet) + + The Yesod documentation site <http://www.yesodweb.com/> has much more information, including on the supporting packages mentioned above. + </longdescription> +</pkgmetadata> |