aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2014-05-26 00:25:40 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2014-05-26 00:25:40 +0100
commit4f55954f1c537aa6d817349dcbde17676a60b95e (patch)
treed85f67d94fad7263109ccb95537ce625461d6903
parentfb0c4313a9d891306a2e4c0713639187b0c05278 (diff)
parented49d1a48456703defb805ccb02d7c288138d762 (diff)
downloadpackages-4f55954f1c537aa6d817349dcbde17676a60b95e.tar.gz
packages-4f55954f1c537aa6d817349dcbde17676a60b95e.zip
Merge pull request #59 from onionhammer/patch-2
Added nimrod templates module
-rw-r--r--packages.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index d5cfe02..705e1f5 100644
--- a/packages.json
+++ b/packages.json
@@ -30,6 +30,16 @@
},
{
+ "name": "templates",
+ "url": "https://github.com/onionhammer/nim-templates.git",
+ "method": "git",
+ "tags": ["web", "html", "template"],
+ "description": "A simple string templating library for Nimrod.",
+ "license": "BSD",
+ "web": "https://github.com/onionhammer/nim-templates"
+ },
+
+ {
"name": "murmur",
"url": "git://github.com/olahol/nimrod-murmur/",
"method": "git",