mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
4838403e83
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
11 lines
341 B
Text
11 lines
341 B
Text
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
|