hastache: Haskell implementation of Mustache templates

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

Haskell implementation of Mustache templates (http://mustache.github.com/).

See homepage for examples of usage: http://github.com/lymar/hastache


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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 && <4.11), bytestring, containers, directory, filepath, mtl, syb, text, utf8-string [details]
License BSD-3-Clause
Copyright Sergey S Lymar (c) 2011
Author Sergey S Lymar <sergey.lymar@gmail.com>
Maintainer Sergey S Lymar <sergey.lymar@gmail.com>
Revised Revision 1 made by phadej at 2020-03-26T16:34:35Z
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-31T09:12:22Z
Distributions FreeBSD:0.6.1
Reverse Dependencies 17 direct, 3572 indirect [details]
Downloads 43136 total (42 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.6

[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