@hackage web-page0.1.0
Monoidally construct web pages
Categories
License
BSD-3-Clause
Maintainer
Ertugrul Söylemez <ertesx@gmx.de>
Links
Versions
Installation
Dependencies (10)
- base >=4.5 && <5
- blaze-html >=0.7 && <1
- bytestring >=0.10 && <1
- clay >=0.9 && <1
- containers >=0.5 && <1
- jmacro >=0.6 && <1 Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
testprogram
(off by default)
Build the test program
Web-page
This package combines blaze-html, clay, jmacro and web-routes into a framework-agnostic library to generate web pages dynamically from individual components. It is inspired by Yesod's widgets, but is more general, more powerful and can be used with other web frameworks.