Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 years ago
..
README 4838403e83 development/mstch: Added (templates in C++11). 7 years ago
mstch.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 years ago
mstch.info 4838403e83 development/mstch: Added (templates in C++11). 7 years ago
mstch.patch 4838403e83 development/mstch: Added (templates in C++11). 7 years ago
slack-desc 4838403e83 development/mstch: Added (templates in C++11). 7 years ago

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