slackbuilds_ponce/development/mstch
Andre Barboza 4838403e83 development/mstch: Added (templates in C++11).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-01-09 20:18:25 +00:00
..
mstch.info
mstch.patch
mstch.SlackBuild
README
slack-desc

mstch is a complete implementation of {{mustache}} templates using
modern C++. It's compliant with specifications v1.1.3, including the
lambda module.

Supported features:
- JSON-like data structure using Boost.Variant
- variables, sections, inverted sections
- partials
- changing the delimiter
- C++11 lambdas
- C++ objects as view models