blaze-html

A blazingly fast HTML combinator library for Haskell.


Keywords
library, text, Propose Tags, http://jaspervdj.be/blaze/tutorial.html, , Index, Quick Jump, Text.Blaze.Html, Text.Blaze.Html.Renderer.Pretty, Text.Blaze.Html.Renderer.String, Text.Blaze.Html.Renderer.Text, Text.Blaze.Html.Renderer.Utf8, Text.Blaze.Html4.FrameSet, Text.Blaze.Html4.FrameSet.Attributes, Text.Blaze.Html4.Strict, Text.Blaze.Html4.Strict.Attributes, Text.Blaze.Html4.Transitional, Text.Blaze.Html4.Transitional.Attributes, Text.Blaze.Html5, Text.Blaze.Html5.Attributes, Text.Blaze.XHtml1.FrameSet, Text.Blaze.XHtml1.FrameSet.Attributes, Text.Blaze.XHtml1.Strict, Text.Blaze.XHtml1.Strict.Attributes, Text.Blaze.XHtml1.Transitional, Text.Blaze.XHtml1.Transitional.Attributes, Text.Blaze.XHtml5, Text.Blaze.XHtml5.Attributes, blaze-html-0.9.2.0.tar.gz, browse, Package description, Package maintainers, JasperVanDerJeugt, SimonMeier, edit package information
License
BSD-3-Clause
Install
cabal install blaze-html-0.9.0.0

Documentation

BlazeHtml

Hackage Stackage LTS Stackage Nightly Haskell-CI

What

BlazeHtml is a library that aims to be the fastest way to generate HTML in Haskell. For more information, refer to the website.

How

We have a makefile to manage most tasks. First off, a part of the code is generated automatically, so you should begin by running

make combinators

Run the tests using

make test

And the benchmarks using

make benchmark

blaze-from-html

The blaze-from-html tool has moved to a separate repository: https://github.com/jaspervdj/blaze-from-html.