@hackage yesod0.9.2.2
Creation of type-safe, RESTful web applications.
Categories
License
BSD-3-Clause
Maintainer
Michael Snoyman <michael@snoyman.com>
Links
Versions
Installation
Dependencies (15)
- base >=4.3 && <5
- blaze-html >=0.4 && <0.5
- hamlet >=0.10 && <0.11
- monad-control >=0.2 && <0.3
- shakespeare-css >=0.10 && <0.11
- shakespeare-js >=0.10 && <0.11 Show all…
Dependents (73)
@hackage/yesod-tableview, @hackage/yesod-csp, @hackage/yesod-articles, @hackage/yesod-vend, @hackage/hledger, @hackage/yesod-auth-basic, Show all…
Package Flags
ghc7(on by default)
Yesod is a framework designed to foster creation of RESTful web application that have strong compile-time guarantees of correctness. It also affords space efficient code and portability to many deployment backends, from CGI to stand-alone serving.
The Yesod documentation site http://docs.yesodweb.com/ has much more information, tutorials and information on some of the supporting packages, like Hamlet and web-routes-quasi.