@hackage yesod0.10.2
Creation of type-safe, RESTful web applications.
Categories
License
BSD-3-Clause
Maintainer
Michael Snoyman <michael@snoyman.com>
Links
Versions
Installation
Dependencies (16)
- base >=4 && <4.3
- blaze-html >=0.4.1.3 && <0.5
- hamlet >=0.10 && <0.11
- monad-control >=0.3 && <0.4
- shakespeare-css >=0.10 && <0.11
- shakespeare-js >=0.11 && <0.12 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)
threaded
(on by default)
Build with support for multithreaded execution
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.