@hackage yesod0.3.0
Creation of type-safe, RESTful web applications.
Categories
License
BSD-3-Clause
Maintainer
Michael Snoyman <michael@snoyman.com>
Links
Versions
Installation
Dependencies (21)
- authenticate >=0.6.2 && <0.7
- base >=4 && <5
- bytestring >=0.9.1.4 && <0.10
- cereal >=0.2 && <0.3
- clientsession >=0.4.0 && <0.5
- control-monad-attempt >=0.3 && <0.4 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
buildtests
(off by default)
Build the executable to run unit tests
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.