glabrous: A template DSL library

[ bsd3, library, text, web ] [ Propose Tags ]

A minimalistic, Mustache-like syntax, truly logic-less, pure Text template DSL library


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.1.0, 0.1.2.0, 0.1.3.0, 0.2.0, 0.2.0.1, 0.2.1, 0.2.2, 0.2.3, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.3.6, 0.4.0, 1.0.0, 1.0.1, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.6.1, 2.0.6.2, 2.0.6.3
Dependencies aeson (>=0.8.0), aeson-pretty (>=0.7.2), attoparsec (>=0.12.1), base (>=4.7 && <5), bytestring (>=0.10.6), cereal (>=0.4.1), cereal-text (>=0.1.0.2), either (>=4.4.1), text (>=1.2.2), unordered-containers (>=0.2.5) [details]
License BSD-3-Clause
Copyright (c) 2016 - Michel Boucey
Author Michel Boucey
Maintainer michel.boucey@cybervisible.fr
Category Text, Web
Home page https://github.com/MichelBoucey/glabrous
Source repo head: git clone git://github.com/MichelBoucey/glabrous.git
Uploaded by MichelBoucey at 2016-12-14T16:20:50Z
Distributions LTSHaskell:2.0.6.3, NixOS:2.0.6.3, Stackage:2.0.6.3
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 14458 total (86 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-12-14 [all 1 reports]

Readme for glabrous-0.2.0.1

[back to package description]

Glabrous Build Status

Glabrous is a minimalistic Mustache-like syntax - using only the simplest Mustache tag: {{name}} -, truly logic-less, HTML agnostic pure Text template DSL library.

Any improvement is welcome.