blaze -is:module
Not on Stackage, so not searched.
None
Write some
Html as response
A blazingly fast HTML combinator library for Haskell
A blazingly fast HTML combinator library for the Haskell programming
language. The Text.Blaze module is a good starting point, as well as
this tutorial:
http://jaspervdj.be/blaze/tutorial.html.
Efficient buffered output.
This library allows to efficiently serialize Haskell values to lazy
bytestrings with a large average chunk size. The large average chunk
size allows to make good use of cache prefetching in later processing
steps (e.g. compression) and reduces the system call overhead when
writing the resulting lazy bytestring to a file or sending it over the
network.
This library was inspired by the module Data.Binary.Builder provided
by the binary package. It was originally developed with the specific
needs of the blaze-html package in mind. Since then it has been
restructured to serve as a drop-in replacement for
Data.Binary.Builder, which it improves upon both in speed as well as
expressivity.
A blazingly fast markup combinator library for Haskell
Core modules of a blazingly fast markup combinator library for the
Haskell programming language. The Text.Blaze module is a good starting
point, as well as this tutorial:
http://jaspervdj.be/blaze/tutorial.html.
Fast rendering of common datatypes
A library for efficiently rendering Haskell datatypes to bytestrings.
Note: if you use GHCi or Template Haskell, please see the
README file for important details about building this
package, and other packages that depend on it:
https://github.com/swamp-agr/blaze-textual#readme
SVG combinator library
A blazingly fast SVG combinator library for the Haskell programming
language. The
Text.Blaze.SVG module is a good starting point.
Other documentation:
Not on Stackage, so not searched.
Convert streams of builders to streams of bytestrings. (deprecated)
Not on Stackage, so not searched.
Enumeratees for the incremental conversion of builders to bytestrings.
blaze-html backend for colonnade
This library provides a backend for using blaze-html with colonnade.
It generates standard HTML tables with `
table`, `
tbody`,
`
thead`, `
tr`, `
th`, and `
td`.
Not on Stackage, so not searched.
tiny library for encoding json
Blaze helper functions for bootstrap pages
Not on Stackage, so not searched.
Tool to convert HTML to BlazeHtml code.
Not on Stackage, so not searched.
Some contributions to add handy things to blaze html.
Not on Stackage, so not searched.
A hexpat backend for blaze-html.
Not on Stackage, so not searched.
A truncator for blaze-html
Not on Stackage, so not searched.
Blaze integration of the htmx library
Not on Stackage, so not searched.
create svg by Haskell
Not on Stackage, so not searched.
Fast rendering of common datatypes (deprecated)
Not on Stackage, so not searched.
...
Not on Stackage, so not searched.
A true monad (transformer) version of the blaze-markup and blaze-html libraries
Blaze-html support for servant
Servant support for blaze-html
HTML content type which will use
ToMarkup class.
Not on Stackage, so not searched.
Add support for using blaze-html with Reform
Not on Stackage, so not searched.
Blaze frontend for the digestive-functors library