jaspervdj / blaze-html

A blazingly fast HTML combinator library for Haskell.

Home Page:http://jaspervdj.be/blaze

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlazeHtml

Build Status

What

BlazeHtml is a library that aims to be the fastest way to generate HTML in Haskell. It's currently in a very experimental state, as different ideas and designs are tried. 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.

About

A blazingly fast HTML combinator library for Haskell.

http://jaspervdj.be/blaze

License:Other


Languages

Language:Haskell 99.2%Language:CSS 0.3%Language:Makefile 0.2%Language:HTML 0.1%Language:Shell 0.1%Language:Awk 0.0%