summaryrefslogtreecommitdiff
path: root/devel/inja/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/inja/pkg-descr')
-rw-r--r--devel/inja/pkg-descr4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/inja/pkg-descr b/devel/inja/pkg-descr
new file mode 100644
index 000000000000..cf2840cf0027
--- /dev/null
+++ b/devel/inja/pkg-descr
@@ -0,0 +1,4 @@
+Inja is a template engine for modern C++, loosely inspired by jinja for python.
+
+It has an easy and yet powerfultemplate syntax with all variables, loops, conditions,
+includes, callbacks, and comments you need, nested and combined as you like.