@hackage yesod0.0.0
A library for creating RESTful web applications.
Categories
License
BSD-3-Clause
Maintainer
Michael Snoyman <michael@snoyman.com>
Links
Versions
Installation
Dependencies (24)
- HStringTemplate >=0.6.2 && <0.7
- attempt >=0.2.1 && <0.3
- authenticate >=0.4.0 && <0.5
- base >=4 && <5
- bytestring >=0.9.1.4 && <0.10
- control-monad-attempt >=0.0.0 && <0.1 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
buildsamples
(off by default)
Build the executable sample applications.
nolib
(off by default)
Skip building of the library.
This package stradles the line between framework and simply a controller. It provides minimal support for model and view, mostly focusing on making a controller which adheres strictly to RESTful principles.