aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJu <soasme@users.noreply.github.com>2019-09-19 22:18:53 +1200
committerMiran <narimiran@disroot.org>2019-09-19 12:18:53 +0200
commitbaffd52c3c80ec20dba395ba63775eb7c493c50f (patch)
treece6dbb65f45f5bee7a46c1be42d3116766b66659
parent5b060a1741049bdd90554081da31ab485fe85df4 (diff)
downloadpackages-baffd52c3c80ec20dba395ba63775eb7c493c50f.tar.gz
packages-baffd52c3c80ec20dba395ba63775eb7c493c50f.zip
Added package mustache (#1168)
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index fc1cb42..8f61fb2 100644
--- a/packages.json
+++ b/packages.json
@@ -14328,5 +14328,17 @@
"description": "Pure Nim stack implementation based on sequences.",
"license": "MIT",
"web": "https://github.com/rustomax/nim-stacks"
+ },
+ {
+ "name": "mustache",
+ "url": "https://github.com/soasme/nim-mustache",
+ "method": "git",
+ "tags": [
+ "mustache",
+ "template"
+ ],
+ "description": "Mustache in Nim",
+ "license": "MIT",
+ "web": "https://github.com/soasme/nim-mustache"
}
]