From de81fb72f80dd93f43db1f93b436837f83c10cf9 Mon Sep 17 00:00:00 2001 From: onionhammer Date: Sun, 25 May 2014 18:21:42 -0500 Subject: [PATCH] Added nimrod templates module --- packages.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages.json b/packages.json index d5cfe02..a01dd60 100644 --- a/packages.json +++ b/packages.json @@ -29,6 +29,16 @@ "web": "https://github.com/dom96/jester" }, + { + "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/",