slackbuilds/development/mstch
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README development/mstch: Added (templates in C++11). 2017-01-09 20:18:25 +00:00
mstch.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
mstch.info development/mstch: Added (templates in C++11). 2017-01-09 20:18:25 +00:00
mstch.patch development/mstch: Added (templates in C++11). 2017-01-09 20:18:25 +00:00
slack-desc development/mstch: Added (templates in C++11). 2017-01-09 20:18:25 +00:00

README

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