summaryrefslogtreecommitdiffstats
path: root/development/mstch/README
diff options
context:
space:
mode:
author Andre Barboza2017-01-09 18:27:59 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commit4838403e832fc03cbc65d6a05f407bfe00735e71 (patch)
treeb8f4633dea016c4e5d13d79653fae8549ce95d21 /development/mstch/README
parent97eb668bfd49d20e32fcc188400ff337982ff5c4 (diff)
downloadslackbuilds-4838403e832fc03cbc65d6a05f407bfe00735e71.tar.gz
development/mstch: Added (templates in C++11).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/mstch/README')
-rw-r--r--development/mstch/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/development/mstch/README b/development/mstch/README
new file mode 100644
index 0000000000..61f8710ab9
--- /dev/null
+++ b/development/mstch/README
@@ -0,0 +1,11 @@
+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