hydrant: Simple HTML combinators
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
- Exposed modules use unallocated top-level names: Hydrant
Simple HTML combinators.
Hydrant provides everything you need to construct markup at a low, low cost.
It distinguishes itself from libraries like Blaze and Lucid by being extremely
simple in both API and implementation. Hydrant is comprised entirely of lazy
Text builders, newtypes, and simple inlineable combinators. It has a negligible
dependency footprint, requiring only bytestring
and text
.
While this simple implementation means your markup cannot be inspected after it is built, it also means a simpler API and far less runtime overhead during construction.
[Skip to Readme]
Properties
Versions | 0.0 |
---|---|
Change log | None available |
Dependencies | base (>=3 && <5), bytestring (>=0.10.4 && <0.11), text (>=1.2 && <1.3) [details] |
License | BSD-3-Clause |
Author | Ambiata, Tim Humphries |
Maintainer | tim@utf8.me |
Category | Web |
Home page | https://github.com/thumphries/hydrant |
Bug tracker | https://github.com/thumphries/hydrant |
Uploaded | by TimHumphries at 2017-10-06T07:56:58Z |
Modules
- Hydrant
- Hydrant.Data
- Hydrant.Raw
Downloads
- hydrant-0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees