diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2017-01-10 00:27:59 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 4838403e832fc03cbc65d6a05f407bfe00735e71 (patch) | |
tree | b8f4633dea016c4e5d13d79653fae8549ce95d21 /development/mstch/slack-desc | |
parent | 97eb668bfd49d20e32fcc188400ff337982ff5c4 (diff) | |
download | slackbuilds-4838403e832fc03cbc65d6a05f407bfe00735e71.tar.gz |
development/mstch: Added (templates in C++11).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/mstch/slack-desc')
-rw-r--r-- | development/mstch/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/mstch/slack-desc b/development/mstch/slack-desc new file mode 100644 index 0000000000..a47377bfdc --- /dev/null +++ b/development/mstch/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +mstch: mstch (templates in C++11) +mstch: +mstch: mstch is a complete implementation of {{mustache}} templates +mstch: using modern C++. It's compliant with specifications v1.1.3, +mstch: including the lambda module. +mstch: +mstch: +mstch: +mstch: +mstch: https://github.com/no1msd/mstch +mstch: |