hastache: Haskell implementation of Mustache templates

[ bsd3, deprecated, library, program, text ] [ Propose Tags ] [ Report a vulnerability ]
Deprecated in favor of mustache

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.2.0, 0.2.1, 0.2.2, 0.2.4, 0.3.2, 0.3.3, 0.4.1, 0.4.2, 0.5.0, 0.5.1, 0.6.0, 0.6.1
Dependencies base (>=4 && <5), bytestring, containers, directory, filepath, mtl, syb, text, utf8-string [details]
Tested with ghc ==7.0.2, ghc ==7.0.3
License BSD-3-Clause
Copyright Sergey S Lymar (c) 2011
Author Sergey S Lymar <[email protected]>
Maintainer Sergey S Lymar <[email protected]>
Category Text
Home page http://github.com/lymar/hastache
Bug tracker http://github.com/lymar/hastache/issues
Source repo head: git clone http://github.com/lymar/hastache
Uploaded by SergeyLymar at 2011-10-09T06:27:04Z
Distributions FreeBSD:0.6.1
Reverse Dependencies 17 direct, 3692 indirect [details]
Downloads 43732 total (18 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for hastache-0.1.4

[back to package description]

Hastache

Haskell implementation of Mustache templates

Installation

cabal update
cabal install hastache

Examples

See tests/test.hs for examples of usage